Kuhu Shukla created TEZ-3410:
--------------------------------
Summary: ShuffleHandler should use Path.SEPARATOR instead "/"
Key: TEZ-3410
URL: https://issues.apache.org/jira/browse/TEZ-3410
Project: Apache Tez
Issue Type: Sub-task
Reporter: Kuhu Shukla
Assignee: Kuhu Shukla
Priority: Minor
{code}
final String baseStr =
USERCACHE + "/" + user + "/"
+ APPCACHE + "/"
+ appID.toString() + "/dag_" + dagId + "/output" + "/";
{code}
"/" should be replaced by {{Path.SEPARATOR}}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)