1.

Which of the following writes MapFiles as output?(a) DBInpFormat(b) MapFileOutputFormat(c) SequenceFileAsBinaryOutputFormat(d) None of the mentionedThis question was posed to me in quiz.This question is from Mapreduce Formats in section MapReduce Types and Formats of Hadoop

Answer»

Correct answer is (C) SequenceFileAsBinaryOutputFormat

The explanation: SequenceFileAsBinaryOutputFormat writes keys and values in RAW BINARY FORMAT into a SequenceFile container.



Discussion

No Comment Found

Related InterviewSolutions