1.

An input _________ is a chunk of the input that is processed by a single map.(a) textformat(b) split(c) datanode(d) all of the mentionedI have been asked this question in an online quiz.The doubt is from Mapreduce Types in portion MapReduce Types and Formats of Hadoop

Answer»

The correct option is (b) split

For EXPLANATION: Each split is divided into RECORDS, and the MAP PROCESSES each record—a key-value pair—in turn.



Discussion

No Comment Found

Related InterviewSolutions