1.

Mapper and Reducer implementations can use the ________ to report progress or just indicate that they are alive.(a) Partitioner(b) OutputCollector(c) Reporter(d) All of the mentionedThis question was addressed to me during an online exam.The question is from Analyzing Data with Hadoop topic in division Mapreduce of Hadoop

Answer»

Right option is (c) Reporter

For explanation I WOULD say: Reporter is a facility for MapReduce applications to report progress, SET application-level STATUS MESSAGES and update Counters.



Discussion

No Comment Found

Related InterviewSolutions