InterviewSolution
Saved Bookmarks
| 1. |
_________ function is responsible for consolidating the results produced by each of the Map() functions/tasks.(a) Reduce(b) Map(c) Reducer(d) All of the mentioned |
|
Answer» The correct option is (a) Reduce To explain I would say: Reduce function collates the work and resolves the results. |
|