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.

reduceProgress() gets the progress of the job’s reduce-tasks, as a float between _________

a) 0.0-1.0
b) 1.0-2.0
c) 2.0-3.0
d) None of the mentioned

Answer: a
Explanation: mapProgress() is used to get the progress of the job’s map-tasks, as a float between 0.0 and 1.0.

Join The Discussion