Vidyalelo
Hadoop · Q68

Developing MapReduce Applications

Programming · Hadoop · question 68

Q68

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

A.
JobConf.setNumTasks(int)
B.
JobConf.setNumReduceTasks(int)
Answer
C.
JobConf.setNumMapTasks(int)
D.
All of the mentioned

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board