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.

Point out the wrong statement.

a) The framework calls reduce method for each <key, (list of values)> pair in the grouped inputs
b) The output of the Reducer is re-sorted
c) reduce method reduces values for a given key
d) None of the mentioned

Answer: b
Explanation: The output of the Reducer is not re-sorted.

Join The Discussion