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. 

Welcome to Intellipaat Community. Get your technical queries answered by top developers!

30.5k questions

32.5k answers

500 comments

108k users

Browse Categories

...