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

Chris Nauroth commented on YARN-766:
------------------------------------

+1 for the patches.  I tested both trunk and branch-2 successfully.  Thanks for 
addressing the feedback, Sid.
                
> 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: Bug
>    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 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

Reply via email to