[GitHub] flink pull request: FLINK-3327: ExecutionConfig to JobGraph.

2016-03-11 Thread kl0u
Github user kl0u commented on the pull request: https://github.com/apache/flink/pull/1583#issuecomment-195605736 Thanks a lot! --- 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 ena

[GitHub] flink pull request: FLINK-3327: ExecutionConfig to JobGraph.

2016-03-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/1583 --- 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 enab

[GitHub] flink pull request: FLINK-3327: ExecutionConfig to JobGraph.

2016-03-11 Thread zentol
Github user zentol commented on the pull request: https://github.com/apache/flink/pull/1583#issuecomment-195540338 merging this. --- 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 e

[GitHub] flink pull request: FLINK-3327: ExecutionConfig to JobGraph.

2016-03-10 Thread zentol
Github user zentol commented on the pull request: https://github.com/apache/flink/pull/1583#issuecomment-195034317 are there any objections to merging this? let's get this one in. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] flink pull request: FLINK-3327: ExecutionConfig to JobGraph.

2016-03-07 Thread kl0u
Github user kl0u commented on the pull request: https://github.com/apache/flink/pull/1583#issuecomment-193338674 Thanks a lot @zentol --- 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 fea

[GitHub] flink pull request: FLINK-3327: ExecutionConfig to JobGraph.

2016-03-07 Thread zentol
Github user zentol commented on the pull request: https://github.com/apache/flink/pull/1583#issuecomment-193337830 looks like something went wrong while rebasing, a commit by aljoscha suddenly popped up. but hey, that can be fixed while merging, +1 from me. --- If you

[GitHub] flink pull request: FLINK-3327: ExecutionConfig to JobGraph.

2016-03-07 Thread kl0u
Github user kl0u commented on the pull request: https://github.com/apache/flink/pull/1583#issuecomment-193330011 @StephanEwen , @zentol I just rebased to the latest master. It passes all tests on my Travis (https://travis-ci.org/kl0u/flink/builds/114228524). Please revi

[GitHub] flink pull request: FLINK-3327: ExecutionConfig to JobGraph.

2016-02-22 Thread kl0u
Github user kl0u commented on the pull request: https://github.com/apache/flink/pull/1583#issuecomment-187143786 Just rebased. Please review this PR. --- 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 no

[GitHub] flink pull request: FLINK-3327: ExecutionConfig to JobGraph.

2016-02-18 Thread kl0u
Github user kl0u commented on the pull request: https://github.com/apache/flink/pull/1583#issuecomment-185830388 Please Review this PR. --- 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 fe

[GitHub] flink pull request: FLINK-3327: ExecutionConfig to JobGraph.

2016-02-18 Thread kl0u
Github user kl0u commented on the pull request: https://github.com/apache/flink/pull/1583#issuecomment-185734236 The problem is the CRLF vs LF characters in the committed versions of the files. --- If your project is set up for it, you can reply to this email and have your reply appe

[GitHub] flink pull request: FLINK-3327: ExecutionConfig to JobGraph.

2016-02-18 Thread zentol
Github user zentol commented on the pull request: https://github.com/apache/flink/pull/1583#issuecomment-185641724 Changes look good. Do you know what happened to the ExecutionStateProgressTest diff? --- If your project is set up for it, you can reply to this email and have your repl

[GitHub] flink pull request: FLINK-3327: ExecutionConfig to JobGraph.

2016-02-18 Thread kl0u
Github user kl0u commented on the pull request: https://github.com/apache/flink/pull/1583#issuecomment-185637076 Please Review. --- 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 en

[GitHub] flink pull request: FLINK-3327: ExecutionConfig to JobGraph.

2016-02-17 Thread kl0u
Github user kl0u commented on the pull request: https://github.com/apache/flink/pull/1583#issuecomment-185210139 Hello! I just rebased to the new master. Please review this new PR. --- If your project is set up for it, you can reply to this email and have your reply appear on Git

[GitHub] flink pull request: FLINK-3327: ExecutionConfig to JobGraph.

2016-02-17 Thread kl0u
Github user kl0u commented on the pull request: https://github.com/apache/flink/pull/1583#issuecomment-185271802 Hello! I just rebased to the new master. Please review this new PR. --- If your project is set up for it, you can reply to this email and have your reply appear o

[GitHub] flink pull request: FLINK-3327: ExecutionConfig to JobGraph.

2016-02-15 Thread zentol
Github user zentol commented on the pull request: https://github.com/apache/flink/pull/1583#issuecomment-184259383 Made a few remarks, but didn't find any issue that isn't a minor one. Good job! --- If your project is set up for it, you can reply to this email and have your reply app

[GitHub] flink pull request: FLINK-3327: ExecutionConfig to JobGraph.

2016-02-15 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/1583#discussion_r52912765 --- Diff: flink-yarn-tests/src/main/java/org/apache/flink/yarn/YarnTestBase.java --- @@ -112,7 +112,7 @@ * lib/ folder of the flink distribution.

[GitHub] flink pull request: FLINK-3327: ExecutionConfig to JobGraph.

2016-02-15 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/1583#discussion_r52912585 --- Diff: flink-streaming-java/src/test/java/org/apache/flink/streaming/api/graph/StreamingJobGraphGeneratorTest.java --- @@ -75,16 +75,22 @@ public void test

[GitHub] flink pull request: FLINK-3327: ExecutionConfig to JobGraph.

2016-02-15 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/1583#discussion_r52912601 --- Diff: flink-streaming-java/src/test/java/org/apache/flink/streaming/api/graph/StreamingJobGraphGeneratorTest.java --- @@ -75,16 +75,22 @@ public void test

[GitHub] flink pull request: FLINK-3327: ExecutionConfig to JobGraph.

2016-02-15 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/1583#discussion_r52912014 --- Diff: flink-runtime/src/main/scala/org/apache/flink/runtime/jobmanager/JobManager.scala --- @@ -1051,7 +1052,8 @@ class JobManager( }

[GitHub] flink pull request: FLINK-3327: ExecutionConfig to JobGraph.

2016-02-15 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/1583#discussion_r52911198 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/jobgraph/JobGraph.java --- @@ -225,22 +233,12 @@ public int getNumberOfExecutionRetries() {

[GitHub] flink pull request: FLINK-3327: ExecutionConfig to JobGraph.

2016-02-15 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/1583#discussion_r52911077 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/jobgraph/JobGraph.java --- @@ -215,7 +218,12 @@ public void setNumberOfExecutionRetries(int num

[GitHub] flink pull request: FLINK-3327: ExecutionConfig to JobGraph.

2016-02-15 Thread zentol
Github user zentol commented on the pull request: https://github.com/apache/flink/pull/1583#issuecomment-184252247 we could probably heavily reduce the diff by providing constructors with/without the executionconfig argument. (if none is given, we just instantiate a new one) --- If

[GitHub] flink pull request: FLINK-3327: ExecutionConfig to JobGraph.

2016-02-15 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/1583#discussion_r52910257 --- Diff: flink-clients/src/main/java/org/apache/flink/client/FlinkYarnSessionCli.java --- @@ -393,7 +393,7 @@ public int run(String[] args) {

[GitHub] flink pull request: FLINK-3327: ExecutionConfig to JobGraph.

2016-02-15 Thread kl0u
Github user kl0u commented on the pull request: https://github.com/apache/flink/pull/1583#issuecomment-184236773 Hello! Just rebased to the new master. Please review. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If you

[GitHub] flink pull request: FLINK-3327: ExecutionConfig to JobGraph.

2016-02-10 Thread kl0u
Github user kl0u commented on the pull request: https://github.com/apache/flink/pull/1583#issuecomment-182414285 Please review the new pull request. This pull request is the first step for the one about FLINK-2523. Thanks a lot! --- If your project is set up for it, you