adspace
Explain how do “reducers” communicate with each other?
Answer Posted / Uday Pratap Singh
In the context of MapReduce, reducers don't directly communicate with each other. Each map output is sent to a single reducer for processing. If there are multiple mappers producing outputs for the same key, their values are merged and sent to the same reducer for aggregation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category