mapreduce - Availability of inputs to reducers -


in map-reduce stages, enforces barrier between map , reduce. reducers cannot continue until mappers completed assigned jobs. possible reducer start new job earlier higher efficiency? if answer yes or no why?

no reduce phase can’t complete until mappers have completed assigned workload. because can’t predicted ahead of time because prediction of completing jobs , reduce job totally unpredictable till time mappers finished.


Comments

Popular posts from this blog

c++ - How to add Crypto++ library to Qt project -

jQuery Mobile app not scrolling in Firefox -

How to use vim as editor in Matlab GUI -