Point out the wrong statement.
(a) The framework calls reduce method for each pair in the grouped inputs
(b) The output of the Reducer is re-sorted
(c) reduce method reduces values for a given key
(d) None of the mentioned
(a) The framework calls reduce method for each
(b) The output of the Reducer is re-sorted
(c) reduce method reduces values for a given key
(d) None of the mentioned
Right choice is (b) The output of the Reducer is re-sorted
The best explanation: The output of the Reducer is not re-sorted.