Point out the wrong statement.
(a) Reducer has 2 primary phases
(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
I have been asked this question in class test.
My enquiry is from Analyzing Data with Hadoop in division Mapreduce of Hadoop