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.

The number of reduces for the job is set by the user via _________

a) JobConf.setNumTasks(int)
b) JobConf.setNumReduceTasks(int)
c) JobConf.setNumMapTasks(int)
d) All of the mentioned

Answer: b
Explanation: Reducer has 3 primary phases: shuffle, sort and reduce.

Join The Discussion