Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
2.4.1
-
None
-
None
Description
ChainMapper and ChainReducer using the new mapreduce API always copy the (key,value) pair between chain elements. It actually looks the copy is done twice, once when queueing, and once when dequeuing!
When transferred objects are immutable (or not reused), this is a waste of resource (especially when passing big records)