You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tez.apache.org by "Kuhu Shukla (JIRA)" <ji...@apache.org> on 2016/08/12 21:50:20 UTC

[jira] [Created] (TEZ-3410) ShuffleHandler should use Path.SEPARATOR instead "/"

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)