InterviewSolution
Saved Bookmarks
| 1. |
__________ controls the partitioning of the keys of the intermediate map-outputs.(a) Collector(b) Partitioner(c) InputFormat(d) None of the mentionedI had been asked this question in an interview for internship.This interesting question is from Data Flow topic in chapter HDFS – Hadoop Distributed File System of Hadoop |
|
Answer» CORRECT CHOICE is (b) Partitioner The EXPLANATION is: The output of the mapper is sent to the partitioner. |
|