1.

The Hadoop MapReduce framework spawns one map task for each __________ generated by the InputFormat for the job.(a) OutputSplit(b) InputSplit(c) InputSplitStream(d) All of the mentionedI got this question in an interview.Enquiry is from Mapreduce Development in chapter Developing a MapReduce Application of Hadoop

Answer»

The correct ANSWER is (b) InputSplit

The best explanation: Mapper implementations are passed the JOBCONF for the job VIA the JobConfigurable.configure(JobConf) method and OVERRIDE it to INITIALIZE themselves.



Discussion

No Comment Found

Related InterviewSolutions