Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
0.23.7
-
Reviewed
Description
The OnDiskMerger.merge method constructs an output path that is not unique to a reduce attempt, and as a result can result in a file collision with other reducers from the same app that are running on the same node. In addition the name of the output file is based on MapOutput.toString which may not be unique in light of multi-pass merges on disk since the mapId will be null and the basename ends up as "MapOutput(null, DISK)"
Attachments
Attachments
Issue Links
- is broken by
-
MAPREDUCE-3685 There are some bugs in implementation of MergeManager
- Closed