Github user mattyb149 commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2615#discussion_r217869883
--- Diff:
nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service/pom.xml
---
@@ -150,6 +172,7 @@
<httpPort>9400</httpPort>
<version>5.6.2</version>
<timeout>90</timeout>
+
<pathInitScript>src/test/resources/setup.script</pathInitScript>
--- End diff --
I don't think this works if you run -Pintegration-tests from the bundle
level, but it does from the client-service level
---