August 2017
Beginner to intermediate
284 pages
6h 51m
English
The CombinerAggregator first runs the partitionAggregate on each partition, then runs the global repartitioning operation to combine all the partitions of the same batch into a single partition, and then reruns the aggregator on the final partition to emit the desired output. The network transfer here is less compared to the other two aggregators. Hence, the overall performance of the CombinerAggregator is better than the Aggregator and ReduceAggregator.
The CombinerAggregator<T> interface contains the following methods:
Read now
Unlock full access