[GitHub] flink pull request: FLINK-2213 Makes the number of vcores per YARN...

2016-02-23 Thread kl0u
Github user kl0u commented on the pull request: https://github.com/apache/flink/pull/1588#issuecomment-187700884 Thanks @rmetzger --- 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

[GitHub] flink pull request: FLINK-2213 Makes the number of vcores per YARN...

2016-02-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/1588 --- 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: FLINK-2213 Makes the number of vcores per YARN...

2016-02-23 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/1588#issuecomment-187606854 Merging ... --- 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

[GitHub] flink pull request: FLINK-2213 Makes the number of vcores per YARN...

2016-02-21 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/1588#issuecomment-186835009 The expected output of the test is the following ``` Test testQueryCluster(org.apache.flink.yarn.YARNSessionFIFOITCase) is running.

[GitHub] flink pull request: FLINK-2213 Makes the number of vcores per YARN...

2016-02-21 Thread kl0u
Github user kl0u commented on the pull request: https://github.com/apache/flink/pull/1588#issuecomment-186832973 @rmetzger I am trying to reproduce it but so far I cannot. I will keep you posted. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] flink pull request: FLINK-2213 Makes the number of vcores per YARN...

2016-02-19 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/1588#issuecomment-186396847 In my private tests and here, `YARNSessionFIFOITCase.testQueryCluster` failed with a timeout. Something has made this test unstable. --- If your project is set up for

[GitHub] flink pull request: FLINK-2213 Makes the number of vcores per YARN...

2016-02-19 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/1588#issuecomment-186364227 I started some tests on my travis as well to see whether the one YARN test failure is a coincidence: https://travis-ci.org/rmetzger/flink/builds/110454166 --- If your

[GitHub] flink pull request: FLINK-2213 Makes the number of vcores per YARN...

2016-02-18 Thread rmetzger
Github user rmetzger commented on a diff in the pull request: https://github.com/apache/flink/pull/1588#discussion_r53296170 --- Diff: flink-yarn-tests/src/main/java/org/apache/flink/yarn/YARNSessionFIFOITCase.java --- @@ -436,7 +430,7 @@ public void perJobYarnCluster() {

[GitHub] flink pull request: FLINK-2213 Makes the number of vcores per YARN...

2016-02-18 Thread rmetzger
Github user rmetzger commented on a diff in the pull request: https://github.com/apache/flink/pull/1588#discussion_r53296134 --- Diff: flink-yarn-tests/src/main/java/org/apache/flink/yarn/YARNSessionFIFOITCase.java --- @@ -114,9 +108,9 @@ public void testClientStartup() {

[GitHub] flink pull request: FLINK-2213 Makes the number of vcores per YARN...

2016-02-06 Thread kl0u
Github user kl0u commented on the pull request: https://github.com/apache/flink/pull/1588#issuecomment-180847040 Thanks a lot for the comments @rmetzger and @StephanEwen . --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[GitHub] flink pull request: FLINK-2213 Makes the number of vcores per YARN...

2016-02-06 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/1588#issuecomment-180789530 The fallback behavior here is now different than the original behavior. I think it would be good to make the fallback the same as before, meaning to use the

[GitHub] flink pull request: FLINK-2213 Makes the number of vcores per YARN...

2016-02-06 Thread kl0u
Github user kl0u commented on a diff in the pull request: https://github.com/apache/flink/pull/1588#discussion_r52106077 --- Diff: docs/setup/config.md --- @@ -211,6 +211,8 @@ The parameters define the behavior of tasks that create result files.

[GitHub] flink pull request: FLINK-2213 Makes the number of vcores per YARN...

2016-02-06 Thread rmetzger
Github user rmetzger commented on a diff in the pull request: https://github.com/apache/flink/pull/1588#discussion_r52101633 --- Diff: docs/setup/config.md --- @@ -211,6 +211,8 @@ The parameters define the behavior of tasks that create result files.

[GitHub] flink pull request: FLINK-2213 Makes the number of vcores per YARN...

2016-02-06 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/1588#issuecomment-180753220 I hope its a coincidence that the YARN tests failed in this PR. If they fail after your next push again, we have to check if your changes caused the failure --- If

[GitHub] flink pull request: FLINK-2213 Makes the number of vcores per YARN...

2016-02-06 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/1588#issuecomment-180753150 I didn't test this myself, but this diff could be sufficient for testing your change: ```diff diff --git

[GitHub] flink pull request: FLINK-2213 Makes the number of vcores per YARN...

2016-02-04 Thread kl0u
GitHub user kl0u opened a pull request: https://github.com/apache/flink/pull/1588 FLINK-2213 Makes the number of vcores per YARN container configurable. You can merge this pull request into a Git repository by running: $ git pull https://github.com/kl0u/flink vcores_param