1.

Input to the _______ is the sorted output of the mappers.(a) Reducer(b) Mapper(c) Shuffle(d) All of the mentionedI had been asked this question in an interview.My query is from Analyzing Data with Hadoop in portion Mapreduce of Hadoop

Answer»

The correct ANSWER is (a) Reducer

The explanation: In the Shuffle phase the framework fetches the relevant partition of the output of all the MAPPERS, VIA HTTP.



Discussion

No Comment Found

Related InterviewSolutions