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

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

    [ https://issues.apache.org/jira/browse/TEZ-3410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15419560#comment-15419560 ] 

Kuhu Shukla commented on TEZ-3410:
----------------------------------

[~jeagles] , request for review. Thanks a lot!

> 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
>         Attachments: TEZ-3410.001.patch
>
>
> {code}
> final String baseStr =
>           USERCACHE + "/" + user + "/"
>               + APPCACHE + "/"
>               + appID.toString() + "/dag_" + dagId + "/output" + "/";
> {code}
>  among other instances.
> "/" should be replaced by {{Path.SEPARATOR}}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)