MAPREDUCE-6555. TestMRAppMaster fails on trunk. (Junping Du via ozawa)
This commit is contained in:
parent
8176ea7dc6
commit
3e85542a7a
|
@ -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
|
||||
|
|
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue