Google News
logo
Hadoop - Quiz(MCQ)
Users can control which keys (and hence records) go to which Reducer by implementing a custom?
A)
Reporter
B)
Partitioner
C)
OutputSplit
D)
All of the above

Correct Answer :   Partitioner


Explanation : Users can control the grouping by specifying a Comparator via JobConf.setOutputKeyComparatorClass(Class).

Advertisement