To improve performance, ____ is often used in MapReduce to process data before it reaches the Reducer.

  • Aggregator
  • Combiner
  • Sorter
  • Transformer
To improve performance, a Combiner is often used in MapReduce to process data before it reaches the Reducer. The Combiner performs a local aggregation of the data output by the Mapper, reducing the volume of data that needs to be transferred over the network.
Add your answer
Loading...

Leave a comment

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