InterviewSolution
Saved Bookmarks
| 1. |
Which of the following partitions the key space?(a) Partitioner(b) Compactor(c) Collector(d) All of the mentionedThis question was addressed to me in unit test.The query is from MapReduce Features in portion Developing a MapReduce Application of Hadoop |
|
Answer» RIGHT option is (a) PARTITIONER For explanation: Partitioner controls the PARTITIONING of the keys of the intermediate map-outputs. |
|