Apache MapReduce divides tasks into ________ and ________ phases for processing large datasets.

  • Input, Output
  • Map, Reduce
  • Map, Shuffle
  • Sort, Combine
Apache MapReduce divides tasks into Map and Reduce phases for processing large datasets. The Map phase handles input data and generates key-value pairs, while the Reduce phase aggregates and processes these pairs.
Add your answer
Loading...

Leave a comment

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