GitHub user tillrohrmann opened a pull request: https://github.com/apache/flink/pull/5600
[FLINK-8811] [flip6] Add initial implementation of the MiniClusterClient ## What is the purpose of the change The MiniClusterClient directly talks to the MiniCluster avoiding polling latencies of th RestClusterClient. cc: @aljoscha ## Does this pull request potentially affect one of the following parts: - Dependencies (does it add or upgrade a dependency): (no) - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (no) - The serializers: (no) - The runtime per-record code paths (performance sensitive): (no) - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Yarn/Mesos, ZooKeeper: (no) - The S3 file system connector: (no) ## Documentation - Does this pull request introduce a new feature? (no) - If yes, how is the feature documented? (not applicable) You can merge this pull request into a Git repository by running: $ git pull https://github.com/tillrohrmann/flink miniClusterClient Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/5600.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 #5600 ---- commit 308603035b54c46b0b3c6967138352694c563628 Author: Till Rohrmann <trohrmann@...> Date: 2018-02-28T13:07:12Z [FLINK-8808] [flip6] Allow RestClusterClient to connect to local dispatcher The RestClusterClient resolves a dispatcher address without an explicit host to 'localhost'. That way we allow the RestClusterClient to talk to a Dispatcher which runs in a local ActorSystem. commit f52f37d26aae2ea57e3bf2f4b7e1e15a41a4529f Author: Till Rohrmann <trohrmann@...> Date: 2018-02-28T16:36:39Z [FLINK-8811] [flip6] Add initial implementation of the MiniClusterClient The MiniClusterClient directly talks to the MiniCluster avoiding polling latencies of th RestClusterClient. commit caa6357f18eb1527e59c567cb3628df556b78f39 Author: Till Rohrmann <trohrmann@...> Date: 2018-02-28T16:49:29Z [FLINK-8811] [flip6] Implement MiniClusterClient#getJobStatus commit 1088117c54f93aa314e249108237c2d2c04762d9 Author: Till Rohrmann <trohrmann@...> Date: 2018-02-28T16:54:06Z [FLINK-8811] [flip6] Implement MiniClusterClient#cancel ---- ---