Question - List the configuration parameters in a MapReduce program
Answer -
The configuration parameters in MapReduce are given below:
- Input locations of Jobs in the distributed file system
- Output location of Jobs in the distributed file system
- The input format of data
- The output format of data
- The class containing the map function
- The class containing the reduce function
- JAR file containing the classes—mapper, reducer, and driver