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.

Related questions

0 votes
asked Jun 20, 2023 in HDFS by john ganales
0 votes
asked Feb 17, 2023 in Hadoop by sharadyadav1986
...