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:
parent
f131dba8a3
commit
72ba2b35d8
|
@ -67,6 +67,9 @@ Release 2.5.0 - UNRELEASED
|
||||||
YARN-2036. Document yarn.resourcemanager.hostname in ClusterSetup (Ray
|
YARN-2036. Document yarn.resourcemanager.hostname in ClusterSetup (Ray
|
||||||
Chiang via Sandy Ryza)
|
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
|
OPTIMIZATIONS
|
||||||
|
|
||||||
BUG FIXES
|
BUG FIXES
|
||||||
|
|
|
@ -157,7 +157,7 @@ public class TestNodeManagerShutdown {
|
||||||
|
|
||||||
public static void startContainer(NodeManager nm, ContainerId cId,
|
public static void startContainer(NodeManager nm, ContainerId cId,
|
||||||
FileContext localFS, File scriptFileDir, File processStartFile)
|
FileContext localFS, File scriptFileDir, File processStartFile)
|
||||||
throws IOException, YarnException {
|
throws IOException, YarnException {
|
||||||
File scriptFile =
|
File scriptFile =
|
||||||
createUnhaltingScriptFile(cId, scriptFileDir, processStartFile);
|
createUnhaltingScriptFile(cId, scriptFileDir, processStartFile);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue