InterviewSolution
Saved Bookmarks
| 1. |
Point out the wrong statement.(a) If V2 and V3 are the same, you only need to use setOutputValueClass()(b) The overall effect of Streaming job is to perform a sort of the input(c) A Streaming application can control the separator that is used when a key-value pair is turned into a series of bytes and sent to the map or reduce process over standard input(d) None of the mentionedI had been asked this question in an international level competition.My question is based upon Mapreduce Types topic in chapter MapReduce Types and Formats of Hadoop |
|
Answer» The correct answer is (d) NONE of the mentioned |
|