InterviewSolution
Saved Bookmarks
| 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 |
|