Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.15.1
-
None
-
None
-
Incompatible change, Reviewed
-
The key and value objects that are given to the Combiner and Reducer are now reused between calls. This is much more efficient, but the user can not assume the objects are constant.
Description
Currently, the input key and value are recreated on every iteration for input to the combiner and reducer. It would speed up the system substantially if we reused the keys and values. The down side of doing it, is that it may break applications that count on holding references to previous keys and values, but I think it is worth doing.
Attachments
Attachments
Issue Links
- relates to
-
HADOOP-2997 Add test for non-writable serializer
- Closed