change hdfs location test

This commit is contained in:
kimchy 2010-11-03 21:19:49 +02:00
parent 805d43c77a
commit cf51fbcdc6

View file

@ -66,7 +66,7 @@ public class HdfsGatewayTests {
.put("gateway.type", "hdfs")
.put("gateway.hdfs.uri", "file:///")
// .put("gateway.hdfs.uri", "hdfs://training-vm.local:8022")
.put("gateway.hdfs.path", "work/hdfs/gateway")
.put("gateway.hdfs.path", "data/hdfs/gateway")
.build();
return nodeBuilder().settings(settingsBuilder().put(settings).put("node.name", "node1")).build();
}