Description
SequenceFile.Sorter.MergeQueue.next does an unnecessary copy of the rawKey. We should remove that copy, and move code which adjusts the heap from next() to getKey(), which should then just return ms.getKey(), thereby eliminating the extra copy.
Attachments
Attachments
Issue Links
- is depended upon by
-
HADOOP-3366 Shuffle/Merge improvements
- Closed