MAPREDUCE-6555. TestMRAppMaster fails on trunk. (Junping Du via ozawa)

This commit is contained in:
Tsuyoshi Ozawa 2015-11-26 01:02:27 +09:00
parent 8176ea7dc6
commit 3e85542a7a
2 changed files with 4 additions and 0 deletions

View File

@ -231,6 +231,8 @@ Trunk (Unreleased)
MAPREDUCE-6540. TestMRTimelineEventHandling fails (sjlee)
MAPREDUCE-6555. TestMRAppMaster fails on trunk. (Junping Du via ozawa)
BREAKDOWN OF MAPREDUCE-2841 (NATIVE TASK) SUBTASKS
MAPREDUCE-5985. native-task: Fix build on macosx. Contributed by

View File

@ -151,6 +151,8 @@ public class TestMRAppMaster {
String userName = "TestAppMasterUser";
JobConf conf = new JobConf();
conf.set(MRJobConfig.MR_AM_STAGING_DIR, stagingDir);
conf.setInt(org.apache.hadoop.mapreduce.lib.output.FileOutputCommitter.
FILEOUTPUTCOMMITTER_ALGORITHM_VERSION, 1);
ApplicationAttemptId applicationAttemptId = ConverterUtils
.toApplicationAttemptId(applicationAttemptIdStr);
JobId jobId = TypeConverter.toYarn(