Google News
logo
Hadoop - Quiz(MCQ)
The default InputFormat is __________ which treats each value of input a new value and the associated key is byte offset.
A)
InputFormat
B)
TextFormat
C)
TextInputFormat
D)
All of the above

Correct Answer :   TextInputFormat


Explanation : A RecordReader is little more than an iterator over records, and the map task uses one to generate record key-value pairs.

Advertisement