|
@@ -314,7 +314,7 @@ public class TestMapCollection {
|
|
|
job.setNumReduceTasks(1);
|
|
|
job.getConfiguration().set(MRConfig.FRAMEWORK_NAME, MRConfig.LOCAL_FRAMEWORK_NAME);
|
|
|
job.getConfiguration().setInt(MRJobConfig.IO_SORT_FACTOR, 1000);
|
|
|
- job.getConfiguration().set("fs.default.name", "file:///");
|
|
|
+ job.getConfiguration().set("fs.defaultFS", "file:///");
|
|
|
job.getConfiguration().setInt("test.mapcollection.num.maps", 1);
|
|
|
job.setInputFormatClass(FakeIF.class);
|
|
|
job.setOutputFormatClass(NullOutputFormat.class);
|