Role of reducers in mapreduce task

Specify when do the reducers play their role in the mapreduce task?

E

Expert

Verified

The reducers within the mapreduce job do not begin before all the map jobs get completed. Once all the map jobs are completed the reducers begin copying the intermediate key-value pairs from the mappers. Overall reducers begin the working as soon as the mappers are ready with the key-value pairs.

   Related Questions in Computer Engineering

©TutorsGlobe All rights reserved 2022-2023.