YARN-766. TestNodeManagerShutdown in branch-2 should use Shell to form the output path and a format issue in trunk. (Contributed by Siddharth Seth)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1593660 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Junping Du 2014-05-10 03:45:01 +00:00
parent f131dba8a3
commit 72ba2b35d8
2 changed files with 4 additions and 1 deletions

View File

@ -67,6 +67,9 @@ Release 2.5.0 - UNRELEASED
YARN-2036. Document yarn.resourcemanager.hostname in ClusterSetup (Ray
Chiang via Sandy Ryza)
YARN-766. TestNodeManagerShutdown in branch-2 should use Shell to form the output path and a format
issue in trunk. (Contributed by Siddharth Seth)
OPTIMIZATIONS
BUG FIXES

View File

@ -157,7 +157,7 @@ public void testKillContainersOnShutdown() throws IOException,
public static void startContainer(NodeManager nm, ContainerId cId,
FileContext localFS, File scriptFileDir, File processStartFile)
throws IOException, YarnException {
throws IOException, YarnException {
File scriptFile =
createUnhaltingScriptFile(cId, scriptFileDir, processStartFile);