Github user tzulitai commented on the issue:
https://github.com/apache/flink/pull/5761
One other thing:
This end-to-end test isn't self-contained, is it?
Being self-contained, it should:
1. Download an Elasticsearch distribution
2. Sets up an Elasticsearch cluster
3. Test against that cluster
We need all e2e tests to be self contained because they will be
automatically executed pre-commit / on nightly runs.---
