[
https://issues.apache.org/jira/browse/FLINK-1679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14375552#comment-14375552
]
ASF GitHub Bot commented on FLINK-1679:
---------------------------------------
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
----
> Document how "degree of parallelism" / "parallelism" / "slots" are connected
> to each other
> -------------------------------------------------------------------------------------------
>
> Key: FLINK-1679
> URL: https://issues.apache.org/jira/browse/FLINK-1679
> Project: Flink
> Issue Type: Task
> Components: Documentation
> Affects Versions: 0.9
> Reporter: Robert Metzger
> Assignee: Maximilian Michels
> Fix For: 0.9
>
>
> I see too many users being confused about properly setting up Flink with
> respect to parallelism.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)