You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "Siddharth Seth (JIRA)" <ji...@apache.org> on 2013/06/05 23:29:19 UTC

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

Siddharth Seth created YARN-766:
-----------------------------------

             Summary: TestNodeManagerShutdown should use Shell to form the output bath
                 Key: YARN-766
                 URL: https://issues.apache.org/jira/browse/YARN-766
             Project: Hadoop YARN
          Issue Type: Bug
    Affects Versions: 2.1.0-beta
            Reporter: Siddharth Seth
            Priority: Minor


File scriptFile = new File(tmpDir, "scriptFile.sh");
should be replaced with
File scriptFile = Shell.appendScriptExtension(tmpDir, "scriptFile");

to match trunk.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira