|
@@ -75,6 +75,7 @@ public class TestCopyMapper {
|
|
Configuration configuration = new Configuration();
|
|
Configuration configuration = new Configuration();
|
|
System.setProperty("test.build.data", "target/tmp/build/TEST_COPY_MAPPER/data");
|
|
System.setProperty("test.build.data", "target/tmp/build/TEST_COPY_MAPPER/data");
|
|
configuration.set("hadoop.log.dir", "target/tmp");
|
|
configuration.set("hadoop.log.dir", "target/tmp");
|
|
|
|
+ configuration.set("dfs.namenode.fs-limits.min-block-size", "0");
|
|
LOG.debug("fs.default.name == " + configuration.get("fs.default.name"));
|
|
LOG.debug("fs.default.name == " + configuration.get("fs.default.name"));
|
|
LOG.debug("dfs.http.address == " + configuration.get("dfs.http.address"));
|
|
LOG.debug("dfs.http.address == " + configuration.get("dfs.http.address"));
|
|
return configuration;
|
|
return configuration;
|