[GitHub] flink pull request #5600: [FLINK-8811] [flip6] Add initial implementation of...

2018-03-02 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/5600#discussion_r171814808 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/minicluster/MiniCluster.java --- @@ -178,6 +181,13 @@ public URI getRestAddress() {

[GitHub] flink pull request #5600: [FLINK-8811] [flip6] Add initial implementation of...

2018-03-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/5600 ---

[GitHub] flink pull request #5600: [FLINK-8811] [flip6] Add initial implementation of...

2018-03-01 Thread zhangminglei
Github user zhangminglei commented on a diff in the pull request: https://github.com/apache/flink/pull/5600#discussion_r171754724 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/minicluster/MiniCluster.java --- @@ -178,6 +181,13 @@ public URI getRestAddress() {

[GitHub] flink pull request #5600: [FLINK-8811] [flip6] Add initial implementation of...

2018-02-28 Thread tillrohrmann
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