1.

__________ is a variant of SequenceFileInputFormat that converts the sequence file’s keys and values to Text objects.(a) SequenceFile(b) SequenceFileAsTextInputFormat(c) SequenceAsTextInputFormat(d) All of the mentionedThis question was addressed to me in an online interview.My question is based upon Mapreduce Formats in chapter MapReduce Types and Formats of Hadoop

Answer»

Correct choice is (b) SequenceFileAsTextInputFormat

Best explanation: With MULTIPLE reducers, RECORDS will be ALLOCATED evenly across reduce tasks, with all records that share the same key being processed by the same reduce TASK.



Discussion

No Comment Found

Related InterviewSolutions