GitHub user mxm reopened a pull request:

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

    [FLINK-1679] rename degree of parallelism to parallelism & extend 
documentation about parallelism

    https://issues.apache.org/jira/browse/FLINK-1679

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

    $ git pull https://github.com/mxm/flink parallelism

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

    https://github.com/apache/flink/pull/488.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 #488
    
----
commit 17097fdf51f41445bad6da2186868185a6bf947b
Author: Maximilian Michels <[email protected]>
Date:   2015-03-18T09:44:42Z

    [FLINK-1679] deprecate API methods to set the parallelism

commit f6ba8c07cc9a153b1ac1e213f9749155c42ae3c3
Author: Maximilian Michels <[email protected]>
Date:   2015-03-18T09:44:43Z

    [FLINK-1679] use a consistent name for parallelism
    
    * rename occurrences of degree of parallelism to parallelism
    
    * [Dd]egree[ -]of[ -]parallelism -> [pP]arallelism
    * (DOP|dop) -> [pP]arallelism
    * paraDegree -> parallelism
    * degree-of-parallelism -> parallelism
    * DEGREE_OF_PARALLELISM -> PARALLELISM

commit 658bb1166aa907677e06cf011e5a0fdaf58ab15f
Author: Maximilian Michels <[email protected]>
Date:   2015-03-18T09:44:44Z

    [FLINK-1679] deprecate old parallelism config entry
    
    old config parameter can still be used
    
    OLD
    parallelization.degree.default
    
    NEW
    parallelism.default

commit 412ac54df0fde12666afbc1414df5fd919ba1607
Author: Maximilian Michels <[email protected]>
Date:   2015-03-18T09:44:45Z

    [FLINK-1679] extend faq and programming guide to clarify parallelism

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to