0 votes
in HDFS by
What are the major configuration parameters required in a MapReduce program?

1 Answer

0 votes
by

We need to have the following configuration parameters:

Input location of the job in HDFS

Output location of the job in HDFS

Input and output formats

Classes containing a map and reduce functions

JAR file for mapper, reducer and driver classes 

Related questions

+1 vote
asked Aug 6, 2020 in Maven - Coalescing Pipeline by Robindeniel
0 votes
asked Jun 20, 2023 in HDFS by Robin
...