[GitHub] flink pull request: [FLINK-2373] Add configuration parameter to cr...

2015-09-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/1066 --- 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-2373] Add configuration parameter to cr...

2015-09-14 Thread fhueske
Github user fhueske commented on the pull request: https://github.com/apache/flink/pull/1066#issuecomment-140212838 Thanks for the update! Will merge this PR tomorrow. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. I

[GitHub] flink pull request: [FLINK-2373] Add configuration parameter to cr...

2015-09-11 Thread akunft
Github user akunft commented on the pull request: https://github.com/apache/flink/pull/1066#issuecomment-139622654 * rebased * replaced collection output with ```collect()``` in RemoteEnvironmentITCase and ExecutionEnvironmentITCase * added ```createRemoteEnvironment``` method

[GitHub] flink pull request: [FLINK-2373] Add configuration parameter to cr...

2015-09-11 Thread tillrohrmann
Github user tillrohrmann commented on the pull request: https://github.com/apache/flink/pull/1066#issuecomment-139494208 LGTM modulo one minor comment. --- 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

[GitHub] flink pull request: [FLINK-2373] Add configuration parameter to cr...

2015-09-11 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/1066#discussion_r39253434 --- Diff: flink-tests/src/test/java/org/apache/flink/test/javaApiOperators/RemoteEnvironmentITCase.java --- @@ -0,0 +1,164 @@ +/* + * Licensed t

[GitHub] flink pull request: [FLINK-2373] Add configuration parameter to cr...

2015-09-10 Thread fhueske
Github user fhueske commented on the pull request: https://github.com/apache/flink/pull/1066#issuecomment-139279212 LGTM, @tillrohrmann do you want to have another look as well? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as w

[GitHub] flink pull request: [FLINK-2373] Add configuration parameter to cr...

2015-09-03 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/1066#discussion_r38629325 --- Diff: flink-tests/src/test/java/org/apache/flink/test/javaApiOperators/RemoteEnvironmentITCase.java --- @@ -0,0 +1,166 @@ +/* + * Licensed t

[GitHub] flink pull request: [FLINK-2373] Add configuration parameter to cr...

2015-09-02 Thread akunft
Github user akunft commented on a diff in the pull request: https://github.com/apache/flink/pull/1066#discussion_r38556752 --- Diff: flink-tests/src/test/java/org/apache/flink/test/javaApiOperators/RemoteEnvironmentITCase.java --- @@ -0,0 +1,166 @@ +/* + * Licensed to the

[GitHub] flink pull request: [FLINK-2373] Add configuration parameter to cr...

2015-09-02 Thread akunft
Github user akunft commented on a diff in the pull request: https://github.com/apache/flink/pull/1066#discussion_r38556479 --- Diff: flink-tests/src/test/java/org/apache/flink/test/javaApiOperators/RemoteEnvironmentITCase.java --- @@ -0,0 +1,166 @@ +/* + * Licensed to the

[GitHub] flink pull request: [FLINK-2373] Add configuration parameter to cr...

2015-09-02 Thread akunft
Github user akunft commented on the pull request: https://github.com/apache/flink/pull/1066#issuecomment-137165900 Yes, I didn't enforce that the config parameter is not used, but the setParallelism overrides it. I let it like this, as it is more confusing to the user if all this i

[GitHub] flink pull request: [FLINK-2373] Add configuration parameter to cr...

2015-09-02 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/1066#discussion_r38555428 --- Diff: flink-tests/src/test/java/org/apache/flink/test/javaApiOperators/RemoteEnvironmentITCase.java --- @@ -0,0 +1,166 @@ +/* + * Licensed t

[GitHub] flink pull request: [FLINK-2373] Add configuration parameter to cr...

2015-09-02 Thread akunft
Github user akunft commented on a diff in the pull request: https://github.com/apache/flink/pull/1066#discussion_r38554964 --- Diff: flink-tests/src/test/java/org/apache/flink/test/javaApiOperators/RemoteEnvironmentITCase.java --- @@ -0,0 +1,166 @@ +/* + * Licensed to the

[GitHub] flink pull request: [FLINK-2373] Add configuration parameter to cr...

2015-09-02 Thread tillrohrmann
Github user tillrohrmann commented on the pull request: https://github.com/apache/flink/pull/1066#issuecomment-136969071 From your last comment I conclude that you only wanted to allow akka specific features to be set with the configuration. However, I couldn't find how you check this

[GitHub] flink pull request: [FLINK-2373] Add configuration parameter to cr...

2015-09-02 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/1066#discussion_r38506469 --- Diff: flink-tests/src/test/java/org/apache/flink/test/javaApiOperators/RemoteEnvironmentITCase.java --- @@ -0,0 +1,166 @@ +/* + * Licensed t

[GitHub] flink pull request: [FLINK-2373] Add configuration parameter to cr...

2015-09-02 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/1066#discussion_r38506169 --- Diff: flink-tests/src/test/java/org/apache/flink/test/javaApiOperators/RemoteEnvironmentITCase.java --- @@ -0,0 +1,166 @@ +/* + * Licensed t

[GitHub] flink pull request: [FLINK-2373] Add configuration parameter to cr...

2015-09-01 Thread akunft
Github user akunft commented on the pull request: https://github.com/apache/flink/pull/1066#issuecomment-136829682 Added tests + behavior described above. --- 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 do

[GitHub] flink pull request: [FLINK-2373] Add configuration parameter to cr...

2015-08-28 Thread akunft
Github user akunft commented on the pull request: https://github.com/apache/flink/pull/1066#issuecomment-135830165 After thinking about it, I would change the behavior so that the config is only for defining akka specific settings. The default parallelism of the operators can be set v

[GitHub] flink pull request: [FLINK-2373] Add configuration parameter to cr...

2015-08-27 Thread tillrohrmann
Github user tillrohrmann commented on the pull request: https://github.com/apache/flink/pull/1066#issuecomment-135448224 @uce, I think this should be addressed either in #1016 or in a separate PR once #1016 is merged. --- If your project is set up for it, you can reply to this email

[GitHub] flink pull request: [FLINK-2373] Add configuration parameter to cr...

2015-08-27 Thread uce
Github user uce commented on the pull request: https://github.com/apache/flink/pull/1066#issuecomment-135372450 Thanks for the PR. I agree with Till. @tillrohrmann, regarding #1016: what would be the way to use the RemoteEnvironment with an HA cluster? This will already work w

[GitHub] flink pull request: [FLINK-2373] Add configuration parameter to cr...

2015-08-27 Thread tillrohrmann
Github user tillrohrmann commented on the pull request: https://github.com/apache/flink/pull/1066#issuecomment-135348048 Very good contribution. Thanks @akunft. The only thing would be to add a test which verifies that the configuration is actually used for starting the `JobClientActo

[GitHub] flink pull request: [FLINK-2373] Add configuration parameter to cr...

2015-08-27 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/1066#discussion_r38074069 --- Diff: flink-java/src/main/java/org/apache/flink/api/java/ExecutionEnvironment.java --- @@ -1105,6 +1105,27 @@ public static ExecutionEnvironment cre

[GitHub] flink pull request: [FLINK-2373] Add configuration parameter to cr...

2015-08-26 Thread akunft
GitHub user akunft opened a pull request: https://github.com/apache/flink/pull/1066 [FLINK-2373] Add configuration parameter to createRemoteEnvironment method Adds an overloaded ExecutionEnvironment.createRemoteEnvironment method to provide a custom configuration for the job client.