[
https://issues.apache.org/jira/browse/FLINK-5438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15824536#comment-15824536
]
ASF GitHub Bot commented on FLINK-5438:
---------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/flink/pull/3098
> Typo in JobGraph generator Exception
> -------------------------------------
>
> Key: FLINK-5438
> URL: https://issues.apache.org/jira/browse/FLINK-5438
> Project: Flink
> Issue Type: Improvement
> Components: Client
> Reporter: Ufuk Celebi
> Priority: Trivial
>
> When trying to run a job with parallelism > max parallelism there is a typo
> in the error message:
> {code}
> Caused by: java.lang.IllegalStateException: The maximum parallelism (1) of
> the stream node Flat Map-3 is smaller than the parallelism (18). Increase the
> maximum parallelism or decrease the parallelism >>>ofthis<<< operator.
> at
> org.apache.flink.streaming.api.graph.StreamingJobGraphGenerator.createJobVertex(StreamingJobGraphGenerator.java:318)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)