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