Does mapreduce programming model provide a way for reducers to communicate with each other? In a mapreduce job can a reducer communicate with another reducer?
Answer / Abhinav Kukreti
No, MapReduce does not inherently provide a way for reducers to directly communicate with each other. Each reduce task operates independently and in parallel. However, advanced MapReduce implementations such as Hadoop YARN may support job-level communication between tasks using custom application-specific mechanisms.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the role of a MapReduce partitioner?
Where sorting is done on mapper node or reducer node in MapReduce?
What are mapreduce new and old apis while writing map reduce program?. Explain how it works
What is difference between a MapReduce InputSplit and HDFS block
What do you understand by the term Straggler ?
What is MapReduce? What are the syntax you use to run a MapReduce program?
What do you understand by compute and storage nodes?
Explain InputSplit in Hadoop MapReduce?
What is the Job interface in MapReduce framework?
how can you debug Hadoop code?
How to set the number of mappers to be created in MapReduce?
Explain what you understand by speculative execution
Apache Hadoop (394)
MapReduce (354)
Apache Hive (345)
Apache Pig (225)
Apache Spark (991)
Apache HBase (164)
Apache Flume (95)
Apache Impala (72)
Apache Cassandra (392)
Apache Mahout (35)
Apache Sqoop (82)
Apache ZooKeeper (65)
Apache Ambari (93)
Apache HCatalog (34)
Apache HDFS Hadoop Distributed File System (214)
Apache Kafka (189)
Apache Avro (26)
Apache Presto (15)
Apache Tajo (26)
Hadoop General (407)