-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
ALL
during map phase, checkSize() is called to do reduceInMemory and potentially dumpToInc.
But if inline mode, checkSize doesnt do anything.
All objects will be emitted before 1st attempt to reduce.
Instead reduceInMemory should be called if map is over a certain size, or if there is potential for reduce.