corral icon indicating copy to clipboard operation
corral copied to clipboard

Add a post-Map "Combiner" step

Open bcongdon opened this issue 6 years ago • 0 comments

An analog of Hadoop's "Combiner" will reduce the amount of data needed to be written to the global map output for certain workloads.

The combiner should have the same interface as reducer -- but will need to be run in the mapper before any output is written

bcongdon avatar May 17 '18 14:05 bcongdon