Question - What are the configuration parameters in a “MapReduce” program?
Answer -
The main configuration parameters in “MapReduce” framework are:
- 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 which contains the map function
- The class which contains the reduce function
- JAR file which contains the mapper, reducer and the driver classes