Google News
logo
Hadoop - Quiz(MCQ)
The _________ as just the value field append(value) and the key is a LongWritable that contains the record number, count + 1.
A)
SetFile
B)
BloomMapFile
C)
ArrayFile
D)
None of the above

Correct Answer :   ArrayFile


Explanation : The SetFile instead of append(key, value) as just the key field append(key) and the value is always the NullWritable instance.

Advertisement