You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Xingcan Cui (JIRA)" <ji...@apache.org> on 2018/01/10 14:25:00 UTC

[jira] [Created] (FLINK-8407) Setting the parallelism after a partitioning operation should be forbidden

Xingcan Cui created FLINK-8407:
----------------------------------

             Summary: Setting the parallelism after a partitioning operation should be forbidden
                 Key: FLINK-8407
                 URL: https://issues.apache.org/jira/browse/FLINK-8407
             Project: Flink
          Issue Type: Bug
          Components: DataStream API
            Reporter: Xingcan Cui


Partitioning operations ({{shuffle}}, {{rescale}}, etc.) for a {{DataStream}} create new {{DataStreams}}, which allow the users to set parallelisms for them. However, the {{PartitionTransformations}} in these returned {{DataStreams}} will only add virtual nodes, whose parallelisms could not be specified, in the execution graph. We should forbid users to set the parallelism after a partitioning operation since they won't actually work. Also the corresponding documents should be updated.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)