Vidyalelo
Hadoop · Q40

MapReduce Programming Model

Programming · Hadoop · question 40

Q40

Point out the wrong statement.

A.
Reducer has 2 primary phases
Answer
B.
Increasing the number of reduces increases the framework overhead, but increases load balancing and lowers the cost of failures
C.
It is legal to set the number of reduce-tasks to zero if no reduction is desired
D.
The framework groups Reducer inputs by keys (since different mappers may have output the same key) in the sort stage

Answer: Option A

Solution

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