Description
It ends up appending the entire path from the src file, instead of just using the name.
e.g. /grid/0/app/id/file.out will be written out as /grid/1/app/id/grid/0/app/id/file.out.merged
instead of
/grid/1/app/id/file.out.merged
Attachments
Issue Links
- is part of
-
TEZ-1731 OnDiskMerger can end up clobbering files across tasks with LocalDiskFetch
- Closed