You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/11/19 13:33:11 UTC

[jira] [Commented] (FLINK-2440) [py] Expand Environment feature coverage

    [ https://issues.apache.org/jira/browse/FLINK-2440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15013447#comment-15013447 ] 

ASF GitHub Bot commented on FLINK-2440:
---------------------------------------

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 <ch...@apache.org>
Date:   2015-11-19T12:30:48Z

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

----


> [py] Expand Environment feature coverage
> ----------------------------------------
>
>                 Key: FLINK-2440
>                 URL: https://issues.apache.org/jira/browse/FLINK-2440
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Python API
>            Reporter: Chesnay Schepler
>            Assignee: Chesnay Schepler
>
> An upcoming commit of mine will add the following methods to the Python API's Environment class:
> getParallelism
> set-/getNumberOfExecutionRetries
> Additionally, calls to the now deprecated java getDegreeOfParallelism were changed, and the equivalent python method renamed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)