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:
Chris Nauroth 2013-10-30 20:53:16 +00:00
parent 3c9728b41e
commit f6bb3ce621
2 changed files with 5 additions and 2 deletions

View File

@ -147,6 +147,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
INCOMPATIBLE CHANGES INCOMPATIBLE CHANGES

View File

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