[
https://issues.apache.org/jira/browse/FLINK-7132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16078119#comment-16078119
]
ASF GitHub Bot commented on FLINK-7132:
---------------------------------------
GitHub user greghogan opened a pull request:
https://github.com/apache/flink/pull/4283
[FLINK-7132] [java] Fix BulkIteration parallelism
Copy the parallelism when translating a BulkIteration.
`translateBulkIteration` now mirrors the setup of the following function
`translateDeltaIteration`.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/greghogan/flink
7132_fix_bulkiteration_parallelism
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/4283.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 #4283
----
commit c4d3d48eb5467630d7f731f1dfa4c9733b2093ab
Author: Greg Hogan <[email protected]>
Date: 2017-07-07T13:17:33Z
[FLINK-7132] [java] Fix BulkIteration parallelism
Copy the parallelism when translating a BulkIteration.
----
> Fix BulkIteration parallelism
> -----------------------------
>
> Key: FLINK-7132
> URL: https://issues.apache.org/jira/browse/FLINK-7132
> Project: Flink
> Issue Type: Bug
> Components: Java API
> Affects Versions: 1.4.0
> Reporter: Greg Hogan
> Assignee: Greg Hogan
> Fix For: 1.4.0
>
>
> {{OperatorTranslation.translateBulkIteration}} should set the
> {{iterationOperator}} parallelism as in
> {{OperatorTranslation.translateDeltaIteration}}.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)