YARN-1357. Merging change r1537293 from trunk to branch-2.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1537296 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3c9728b41e
commit
f6bb3ce621
|
@ -146,6 +146,9 @@ Release 2.2.1 - UNRELEASED
|
||||||
|
|
||||||
YARN-1349. yarn.cmd does not support passthrough to any arbitrary class.
|
YARN-1349. yarn.cmd does not support passthrough to any arbitrary class.
|
||||||
(cnauroth)
|
(cnauroth)
|
||||||
|
|
||||||
|
YARN-1357. TestContainerLaunch.testContainerEnvVariables fails on Windows.
|
||||||
|
(Chuan Liu via cnauroth)
|
||||||
|
|
||||||
Release 2.2.0 - 2013-10-13
|
Release 2.2.0 - 2013-10-13
|
||||||
|
|
||||||
|
|
|
@ -388,8 +388,8 @@ public class TestContainerLaunch extends BaseContainerManagerTest {
|
||||||
+ processStartFile);
|
+ processStartFile);
|
||||||
for (String serviceName : containerManager.getAuxServiceMetaData()
|
for (String serviceName : containerManager.getAuxServiceMetaData()
|
||||||
.keySet()) {
|
.keySet()) {
|
||||||
fileWriter.println("@echo" + AuxiliaryServiceHelper.NM_AUX_SERVICE
|
fileWriter.println("@echo %" + AuxiliaryServiceHelper.NM_AUX_SERVICE
|
||||||
+ serviceName + " >> "
|
+ serviceName + "%>> "
|
||||||
+ processStartFile);
|
+ processStartFile);
|
||||||
}
|
}
|
||||||
fileWriter.println("@echo " + cId + ">> " + processStartFile);
|
fileWriter.println("@echo " + cId + ">> " + processStartFile);
|
||||||
|
|
Loading…
Reference in New Issue