InterviewSolution
Saved Bookmarks
| 1. |
The ________ method in the ModelCountReducer class “reduces” the values the mapper collects into a derived value.(a) count(b) add(c) reduce(d) all of the mentioned |
|
Answer» Correct option is (c) reduce Explanation: In some cases, it can be a simple sum of the values. |
|