DATAES-211 - enable groovy for scripting

This commit is contained in:
Mohsin Husen
2016-02-10 14:55:29 +00:00
parent 924467ec94
commit 09455006ab
7 changed files with 140 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ public class Utils {
return (NodeClient) nodeBuilder().settings(Settings.builder()
.put("http.enabled", "false")
.put("path.data", "target/elasticsearchTestData")
.put("path.home", "target/test-home-dir"))
.put("path.home", "test-home-dir"))
.clusterName(UUID.randomUUID().toString()).local(true).node()
.client();
}