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

Easy explanation: ONE MIGHT be tab-separated PLAIN text, the other a binary sequence file. Even if they are in the same format, they may have different REPRESENTATIONS, and THEREFORE need to be parsed differently.



Discussion

No Comment Found

Related InterviewSolutions