0 votes
in Hadoop by
Briefly list out the different configuration parameters that are required to perform the job of the MapReduce framework?

1 Answer

0 votes
by

Below is the configuration parameters that are required to perform the job of the MapReduce framework.

1. Input location of the data or the job is required to be specified in the file system 

2. Output location of the data also is also required to be specified in the system 

3. The format of the input design 

4. The format of the output design  

5. Define the specific class of the mapper function  

6. Define the specific class of the reducer function  

7. JAR file which includes all the mapper and reducer classes  

Related questions

0 votes
asked May 22, 2022 in Hadoop by AdilsonLima
+1 vote
asked Oct 29, 2022 in Hadoop by SakshiSharma
...