Siddharth Seth created TEZ-1727:
-----------------------------------
Summary: FileName generated by OnDiskMerger is longer than required
Key: TEZ-1727
URL: https://issues.apache.org/jira/browse/TEZ-1727
Project: Apache Tez
Issue Type: Bug
Reporter: Siddharth Seth
Assignee: Siddharth Seth
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
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
|