0 votes
in HDFS by

Explain how input and output data format of the Hadoop Framework?

1 Answer

0 votes
by

The MapReduce framework operates exclusively on pairs, that is, the framework views the input to the job as a set of pairs and produces a set of pairs as the output of the job, conceivably of different types. See the flow mentioned below:

(input) -> map -> -> combine/sorting -> -> reduce -> (output)

Table of Contents

Related questions

0 votes
asked Feb 17, 2023 in Hadoop by sharadyadav1986
0 votes
asked Jul 10, 2023 in Angular Material by Robindeniel
...