Discussion :: Hadoop MCQs
- __________ is a variant of SequenceFileInputFormat that converts the sequence file's keys and values to Text objects
A.
SequenceFile
|
B.
SequenceFileAsTextInputFormat
|
C.
SequenceAsTextInputFormat
|
D.
All of the mentioned
|
Answer : Option B
Explanation :
With multiple reducers, records will be allocated evenly across reduce tasks, with all records that share the same key being processed by the same reduce task.
Be The First To Comment