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 "Hadoop QA (JIRA)" <ji...@apache.org> on 2014/04/17 00:52:18 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=13972058#comment-13972058 ] 

Hadoop QA commented on YARN-766:
--------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12587259/YARN-766.trunk.txt
  against trunk revision .

    {color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/PreCommit-YARN-Build/3581//console

This message is automatically generated.

> 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)