InterviewSolution
Saved Bookmarks
| 1. |
The __________ is a directory that contains two SequenceFile.(a) ReduceFile(b) MapperFile(c) MapFile(d) None of the mentionedI got this question in an interview for job.I need to ask this question from Hadoop I/O topic in chapter Hadoop I/O of Hadoop |
|
Answer» RIGHT option is (c) MapFile For explanation I would SAY: SEQUENCE FILES are data file (“/data”) and the INDEX file (“/index”). |
|