1.

__________ is the primary interface for a user to describe a MapReduce job to the Hadoop framework for execution.(a) JobConfig(b) JobConf(c) JobConfiguration(d) All of the mentionedI had been asked this question in exam.My enquiry is from MapReduce Features topic in division Developing a MapReduce Application of Hadoop

Answer»

Right ANSWER is (B) JobConf

Best EXPLANATION: JobConf is typically used to specify the Mapper, combiner (if any), Partitioner, REDUCER, InputFormat, OutputFormat and OUTPUTCOMMITTER implementations.



Discussion

No Comment Found

Related InterviewSolutions