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