0 votes
in HDFS by

Does Mapreduce programming model provide a way for Reducers to communicate with each other and in a Mapreduce Job can a Reducer communicate with another Reducer?

1 Answer

0 votes
by

Nope, MapReduce programming model does not allow reducers to communicate with each other. Reducers run in isolation.

...