Google News
logo
Hadoop - Quiz(MCQ)
The output of the reduce task is typically written to the FileSystem via _________
A)
OutputCollect
B)
InputCollector
C)
OutputCollector
D)
All of the above

Correct Answer :   OutputCollector


Explanation : In reduce phase the reduce(Object, Iterator, OutputCollector, Reporter) method is called for each pair in the grouped inputs.

Advertisement