Mention what are the main configuration parameters that user need to specify to run mapreduce job?
Explain about the basic parameters of mapper and reducer function
How many InputSplits is made by a Hadoop Framework?
Where is Mapper output stored?
What is the relation between MapReduce and Hive?
Where the mapper's intermediate data will be stored?
What is KeyValueTextInputFormat in Hadoop MapReduce?
What comes in Hadoop 2.0 and MapReduce V2 YARN
Explain task granularity
What do you understand by compute and storage nodes?
What is the difference between Reducer and Combiner in Hadoop MapReduce?
What is the Reducer used for?
What are the data components used by Hadoop?
what does the conf.setMapper Class do ?
what is "map" and what is "reducer" in Hadoop?