GitHub user dawidwys opened a pull request:
https://github.com/apache/flink/pull/6372
[Flink 9353] Tests running per job standalone cluster with Docker &
Kubernetes
## What is the purpose of the change
Tests that we can run flink jobs in a standalone per job cluster with
docker images with built-in job jar.
## Verifying this change
Those are new tests. The docker-compose test should be run on travis. For
the kubernetes test you need to have minikube installed and running.
## Does this pull request potentially affect one of the following parts:
- Dependencies (does it add or upgrade a dependency): (yes / **no**)
- The public API, i.e., is any changed class annotated with
`@Public(Evolving)`: (yes / **no**)
- The serializers: (yes / **no** / don't know)
- The runtime per-record code paths (performance sensitive): (yes /
**no** / don't know)
- Anything that affects deployment or recovery: JobManager (and its
components), Checkpointing, Yarn/Mesos, ZooKeeper: (yes / **no /** don't know)
- The S3 file system connector: (yes / **no /** don't know)
## Documentation
- Does this pull request introduce a new feature? (yes / **no**)
- If yes, how is the feature documented? (not applicable / **docs** /
JavaDocs / not documented)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dawidwys/flink FLINK-9353
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/6372.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 #6372
----
commit 23c4d53be03f0593daa86f5619212b7482262efd
Author: Dawid Wysakowicz <dwysakowicz@...>
Date: 2018-07-19T06:51:12Z
[FLINK-9353] Added end to end test for standalone embedded job run in docker
commit ad45bd2e937aab89b6e91bf812edb04b15a85d2f
Author: Dawid Wysakowicz <dwysakowicz@...>
Date: 2018-07-19T06:51:55Z
[FLINK-9353] Added end to end test for standalone embedded job in kubernetes
----
---