[
https://issues.apache.org/jira/browse/FLINK-18161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17126875#comment-17126875
]
Dawid Wysakowicz edited comment on FLINK-18161 at 6/5/20, 3:25 PM:
-------------------------------------------------------------------
The simplest fix would be to overwrite the {{parallelism.default}} with the
value of {{execution.parallelism}} (which is only sql-client specific).
was (Author: dawidwys):
The simplest fix would be to set the value of {{execution.parallelism}} to the
{{parallelism.default}}.
> Changing parallelism is not possible in sql-client.sh
> -----------------------------------------------------
>
> Key: FLINK-18161
> URL: https://issues.apache.org/jira/browse/FLINK-18161
> Project: Flink
> Issue Type: Bug
> Components: Table SQL / Client
> Affects Versions: 1.11.0
> Reporter: Robert Metzger
> Priority: Critical
> Fix For: 1.11.0
>
>
> I tried using
> {code}
> SET execution.parallelism=12
> {code}
> and changing the parallelism in the configuration file.
> My SQL queries were always running with p=1 for all operators.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)