Skip to content

Commit

Permalink
change hdfs location test
Browse files Browse the repository at this point in the history
  • Loading branch information
kimchy committed Nov 3, 2010
1 parent 805d43c commit cf51fbc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ private Node buildNode() {
.put("gateway.type", "hdfs")
.put("gateway.hdfs.uri", "file:https:///")
// .put("gateway.hdfs.uri", "hdfs:https://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();
}
Expand Down

0 comments on commit cf51fbc

Please sign in to comment.