You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Vinod Kumar Vavilapalli (JIRA)" <ji...@apache.org> on 2014/04/17 00:50:16 UTC

[jira] [Updated] (YARN-766) TestNodeManagerShutdown should use Shell to form the output path

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

Vinod Kumar Vavilapalli updated YARN-766:
-----------------------------------------

    Issue Type: Test  (was: Improvement)

> TestNodeManagerShutdown should use Shell to form the output path
> ----------------------------------------------------------------
>
>                 Key: YARN-766
>                 URL: https://issues.apache.org/jira/browse/YARN-766
>             Project: Hadoop YARN
>          Issue Type: Test
>    Affects Versions: 2.1.0-beta
>            Reporter: Siddharth Seth
>            Assignee: Siddharth Seth
>            Priority: Minor
>         Attachments: YARN-766.branch-2.txt, YARN-766.trunk.txt, YARN-766.txt
>
>
> File scriptFile = new File(tmpDir, "scriptFile.sh");
> should be replaced with
> File scriptFile = Shell.appendScriptExtension(tmpDir, "scriptFile");
> to match trunk.



--
This message was sent by Atlassian JIRA
(v6.2#6252)