InterviewSolution
Saved Bookmarks
| 1. |
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 |
|
Answer» Right choice is (b) The output of the Reducer is re-sorted The best explanation: The output of the Reducer is not re-sorted. |
|