Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Users can control which keys (and hence records) go to which Reducer by implementing a custom?

a) Partitioner
b) OutputSplit
c) Reporter
d) All of the mentioned

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

Join The Discussion