[ https://issues.apache.org/jira/browse/FLINK-5438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Stephan Ewen resolved FLINK-5438. --------------------------------- Resolution: Fixed Fix Version/s: 1.3.0 1.2.0 Fixed in - 1.2.0 via 30b467f266970e267792411d3148b4379ec23439 - 1.3.0 via c2f28c013116328583043ca1433c45c85e32de30 > 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 > Fix For: 1.2.0, 1.3.0 > > > 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)