Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Big Data Hadoop & Spark by (6.5k points)
What are all the parameters that need to be specified before a MR operation?

1 Answer

0 votes
by (11.3k points)

The parameters that need to be specified for the Hadoop MR framework are:

  • The input address of the input file(s) in the HDFS address.
  • The output address of the output file(s) in the HDFS address.
  • The format of the input.
  • The format of the output.
  • The class which contains the Map function. 
  • The class which contains the Reducer function.
  • The JAR file that wraps all of the mapper, reducer and driver classes up. 

Browse Categories

...