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 mentionedI have been asked this question during an interview.Query is from Introduction to Mapreduce topic in division Mapreduce of Hadoop |
|
Answer» The correct option is (a) REDUCE |
|