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

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

     [ https://issues.apache.org/jira/browse/TEZ-3410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Eagles resolved TEZ-3410.
----------------------------------
       Resolution: Fixed
    Fix Version/s: TEZ-3334

+1. lgtm, [~kshukla]. Committed to feature branch TEZ-3334

> 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
>             Fix For: TEZ-3334
>
>         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)