Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

The output of the reduce task is typically written to the FileSystem via ____________

a) OutputCollector
b) InputCollector
c) OutputCollect
d) All of the mentioned

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

Join The Discussion