Point out the wrong statement.

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

Point out the correct statement.

Point out the correct statement.
All Options are Correct
Excellent ! Your Answer is Correct. Explanation: Reporters can be used to set application-level status messages and update Counters.
Applications can use the Reporter to report progress
The Hadoop MapReduce framework spawns one map task for each InputSplit generated by the InputFormat for the job
The intermediate, sorted outputs are always stored in a simple (key-len, key, value-len, value) format
Page 2 of 5
1 2 3 4 5