GitHub user zhangminglei opened a pull request:
https://github.com/apache/flink/pull/5761
[FLINK-8989] [e2eTests] Elasticsearch1 end to end test
## What is the purpose of the change
This is the first commit for elasticsearch1 end to end test, and fails will
have an attempt, recovers, and completes in the second attempt.
## Brief change log
- Add an elasticsearch1 end to end example job
- Add a script to start flink cluster, run the job
- Register the script in the nightly test jobs
## Verifying this change
This patch adds a first test for elasticsearch1.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zhangminglei/flink flink-8989_elasticsearch
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/5761.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5761
----
commit d3eda09ab7235f2a1e455e0fbbee473300fba9cc
Author: zhangminglei <zml13856086071@...>
Date: 2018-03-25T14:49:08Z
[FLINK-8989] [e2eTests] Elasticsearch1 end to end test
----
---