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) It is legal to set the number of reduce-tasks to zero if no reduction is desired
b) The outputs of the map-tasks go directly to the FileSystem
c) The Mapreduce framework does not sort the map-outputs before writing them out to the FileSystem
d) None of the mentioned

Answer: d
Explanation: Outputs of the map-tasks go directly to the FileSystem, into the output path set by setOutputPath(Path).

Join The Discussion