1.

The Mapper implementation processes one line at a time via _________ method.(a) map(b) reduce(c) mapper(d) reducerThe question was asked during an interview.My question is taken from Mapreduce Development in portion Developing a MapReduce Application of Hadoop

Answer»

Right choice is (a) map

Explanation: The Mapper OUTPUTS are sorted and then PARTITIONED PER REDUCER.



Discussion

No Comment Found

Related InterviewSolutions