MapReduce ____ is an optimization technique that allows for efficient data aggregation.

  • Combiner
  • Mapper
  • Partitioner
  • Reducer
MapReduce Combiner is an optimization technique that allows for efficient data aggregation before sending data to the reducers. It helps reduce the amount of data shuffled across the network, improving overall performance in MapReduce jobs.
Add your answer
Loading...

Leave a comment

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