Ufuk Celebi created FLINK-5438:
----------------------------------
Summary: 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)