InterviewSolution
Saved Bookmarks
| 1. |
Apache Hadoop ___________ provides a persistent data structure for binary key-value pairs.(a) GetFile(b) SequenceFile(c) Putfile(d) All of the mentionedThis question was posed to me during an internship interview.Origin of the question is Hadoop I/O in chapter Hadoop I/O of Hadoop |
|
Answer» CORRECT OPTION is (B) SEQUENCEFILE Explanation: SequenceFile is append-only. |
|