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 mentioned
I got this question in an interview.
Enquiry is from Mapreduce Development in chapter Developing a MapReduce Application of Hadoop