The output of the reduce task is typically written to the FileSystem via ____________
The output of the reduce task is typically written to the FileSystem via ____________ Correct Answer OutputCollector
In reduce phase the reduce(Object, Iterator, OutputCollector, Reporter) method is called for each pair in the grouped inputs.