You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Ufuk Celebi (JIRA)" <ji...@apache.org> on 2017/01/10 15:30:58 UTC

[jira] [Created] (FLINK-5438) Typo in JobGraph generator Exception

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)