1.

___________ part of the MapReduce is responsible for processing one or more chunks of data and producing the output results.(a) Maptask(b) Mapper(c) Task execution(d) All of the mentionedI got this question during a job interview.Query is from Introduction to Mapreduce topic in chapter Mapreduce of Hadoop

Answer»

Right choice is (a) Maptask

The best I can explain: Map TASK in MapReduce is PERFORMED USING the Map() FUNCTION.



Discussion

No Comment Found

Related InterviewSolutions