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

The explanation is: Maps are the individual tasks that TRANSFORM INPUT RECORDS into intermediate records.



Discussion

No Comment Found

Related InterviewSolutions