1.

The default InputFormat is __________ which treats each value of input a new value and the associated key is byte offset.(a) TextFormat(b) TextInputFormat(c) InputFormat(d) All of the mentionedThe question was posed to me during an interview.My query is from Data Flow in portion HDFS – Hadoop Distributed File System of Hadoop

Answer»

Right option is (b) TextInputFormat

Explanation: A RECORDREADER is little more than an ITERATOR over RECORDS, and the MAP task uses one to generate record key-value pairs.



Discussion

No Comment Found

Related InterviewSolutions