[GitHub] flink pull request: [FLINK-2440][py] Expand Environment feature co...

2015-12-02 Thread zentol
Github user zentol commented on the pull request:

https://github.com/apache/flink/pull/1383#issuecomment-161274120
  
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
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] flink pull request: [FLINK-2440][py] Expand Environment feature co...

2015-12-02 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/flink/pull/1383


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] flink pull request: [FLINK-2440][py] Expand Environment feature co...

2015-11-30 Thread StephanEwen
Github user StephanEwen commented on the pull request:

https://github.com/apache/flink/pull/1383#issuecomment-160654008
  
I am not an expert on the Python API, but it looks relatively 
straightforward and good.

It breaks backwards compatibility with the parallelism method, so makes 
sense to add this to the list of breaking changes for the next release. 
https://cwiki.apache.org/confluence/display/FLINK/1.0+Release

+1 to merge


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] flink pull request: [FLINK-2440][py] Expand Environment feature co...

2015-11-19 Thread zentol
GitHub user zentol opened a pull request:

https://github.com/apache/flink/pull/1383

[FLINK-2440][py] Expand Environment feature coverage

Small PR that
* renames setDegreeOfParallelism() to setParallelism()
* adds getDegreeOfParallelism(), set-/getNumberOfExecutionRetries()


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/zentol/flink 2440_py_env

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/flink/pull/1383.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1383


commit 7bd79f6acb52465149aa7189c89f49662c1f666c
Author: zentol 
Date:   2015-11-19T12:30:48Z

[FLINK-2440][py] Expand Environment feature coverage




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---