mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
change hdfs location test
This commit is contained in:
parent
805d43c77a
commit
cf51fbcdc6
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ public class HdfsGatewayTests {
|
||||||
.put("gateway.type", "hdfs")
|
.put("gateway.type", "hdfs")
|
||||||
.put("gateway.hdfs.uri", "file:///")
|
.put("gateway.hdfs.uri", "file:///")
|
||||||
// .put("gateway.hdfs.uri", "hdfs://training-vm.local:8022")
|
// .put("gateway.hdfs.uri", "hdfs://training-vm.local:8022")
|
||||||
.put("gateway.hdfs.path", "work/hdfs/gateway")
|
.put("gateway.hdfs.path", "data/hdfs/gateway")
|
||||||
.build();
|
.build();
|
||||||
return nodeBuilder().settings(settingsBuilder().put(settings).put("node.name", "node1")).build();
|
return nodeBuilder().settings(settingsBuilder().put(settings).put("node.name", "node1")).build();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue