-
Enhancement
-
Resolution: Done
-
Major
-
6.0.1.Final
Because we only run the combiner after we finished the mapping phase, we need to keep all the results of the mapping phase in memory at once. We should split the output of the mapper into chunks and allow the combiner to process chunks while the mapper is still running, relieving some of the memory pressure. Maybe even block the mapper if there are too many chunks in-flight.
- is related to
-
ISPN-3999 Invoke reducer immediatelly as intermediate VOut values are being collected
- Resolved