InterviewSolution
Saved Bookmarks
| 1. |
__________ maps input key/value pairs to a set of intermediate key/value pairs.(a) Mapper(b) Reducer(c) Both Mapper and Reducer(d) None of the mentionedThe question was posed to me during an interview.My question is from Introduction to Mapreduce in division Mapreduce of Hadoop |
|
Answer» Right option is (a) Mapper |
|