In optimizing MapReduce performance, ____ plays a key role in managing memory and reducing disk I/O.

  • Combiner
  • HDFS
  • Shuffle
  • YARN
In optimizing MapReduce performance, the Shuffle phase plays a key role in managing memory and reducing disk I/O. It involves the exchange of data between the Map and Reduce tasks, and efficient shuffling contributes to overall job efficiency.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *