[GitHub] flink pull request #4022: [FLINK-5488] stop YarnClient before exception is t...

2017-07-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/4022 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] flink pull request #4022: [FLINK-5488] stop YarnClient before exception is t...

2017-06-21 Thread zjureel
Github user zjureel commented on a diff in the pull request: https://github.com/apache/flink/pull/4022#discussion_r123425557 --- Diff: flink-yarn/src/main/java/org/apache/flink/yarn/YarnClusterClientV2.java --- @@ -146,7 +146,9 @@ public ApplicationStatus getApplicationStatus() {

[GitHub] flink pull request #4022: [FLINK-5488] stop YarnClient before exception is t...

2017-06-19 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4022#discussion_r122688150 --- Diff: flink-yarn/src/main/java/org/apache/flink/yarn/AbstractYarnClusterDescriptor.java --- @@ -420,6 +421,9 @@ public YarnClusterClient retrieve(String

[GitHub] flink pull request #4022: [FLINK-5488] stop YarnClient before exception is t...

2017-06-19 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4022#discussion_r122688461 --- Diff: flink-yarn/src/main/java/org/apache/flink/yarn/YarnClusterClientV2.java --- @@ -146,7 +146,9 @@ public ApplicationStatus getApplicationStatus() {

[GitHub] flink pull request #4022: [FLINK-5488] stop YarnClient before exception is t...

2017-06-01 Thread zjureel
Github user zjureel commented on a diff in the pull request: https://github.com/apache/flink/pull/4022#discussion_r119779957 --- Diff: flink-yarn/src/main/java/org/apache/flink/yarn/AbstractYarnClusterDescriptor.java --- @@ -392,6 +392,7 @@ protected YarnClient getYarnClient() {

[GitHub] flink pull request #4022: [FLINK-5488] stop YarnClient before exception is t...

2017-05-31 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4022#discussion_r119448300 --- Diff: flink-yarn/src/main/java/org/apache/flink/yarn/AbstractYarnClusterDescriptor.java --- @@ -392,6 +392,7 @@ protected YarnClient getYarnClient() {

[GitHub] flink pull request #4022: [FLINK-5488] stop YarnClient before exception is t...

2017-05-30 Thread zjureel
GitHub user zjureel opened a pull request: https://github.com/apache/flink/pull/4022 [FLINK-5488] stop YarnClient before exception is thrown Thanks for contributing to Apache Flink. Before you open your pull request, please take the following check list into consideration. If