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

2014-04-16 Thread Junping Du (JIRA)

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

Junping Du updated YARN-766:


Target Version/s: 2.5.0  (was: 2.1.0-beta)

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


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

2014-04-16 Thread Vinod Kumar Vavilapalli (JIRA)

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


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

2013-07-08 Thread Vinod Kumar Vavilapalli (JIRA)

 [ 
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: Improvement  (was: Bug)

> 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: Improvement
>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


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

2013-06-11 Thread Siddharth Seth (JIRA)

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

Siddharth Seth updated YARN-766:


Attachment: YARN-766.trunk.txt
YARN-766.branch-2.txt

Thanks for taking a look Chris. Attaching two patches, one for trunk and one 
for branch-2 which should get the two files in sync. The trunk patch just has a 
formatting fix, which is better in branch-2.
diff works reasonably well with spaces - so I didn't bother doing that in the 
first patch.

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


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

2013-06-05 Thread Hitesh Shah (JIRA)

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

Hitesh Shah updated YARN-766:
-

Summary: TestNodeManagerShutdown should use Shell to form the output path  
(was: TestNodeManagerShutdown should use Shell to form the output bath)

> 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
>Priority: Minor
> Attachments: 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