InterviewSolution
Saved Bookmarks
| 1. |
__________ class allows you to specify the InputFormat and Mapper to use on a per-path basis.(a) MultipleOutputs(b) MultipleInputs(c) SingleInputs(d) None of the mentionedI have been asked this question in unit test.My query is from Mapreduce Formats in portion MapReduce Types and Formats of Hadoop |
|
Answer» The correct option is (b) MultipleInputs |
|