You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@flink.apache.org by Shu Li Zheng <ne...@gmail.com> on 2018/08/10 06:54:15 UTC

SQL parallelism setting

Hi community,

	Is there a way to change parallelism on sqlQuery()?

Regards,

Shu li Zheng


Re: SQL parallelism setting

Posted by Timo Walther <tw...@apache.org>.
Hi,

currenlty, you can only set the parallelism for an entire Flink job 
using env.setParallelism().

There are rough ideas of how we could improve the situation in the 
future to control the parallelism of individual operators but this might 
need one or two releases.

Regards,
Timo

Am 10.08.18 um 08:54 schrieb Shu Li Zheng:
> Hi community,
>
> Is there a way to change parallelism on sqlQuery()?
>
> Regards,
>
> Shu li Zheng
>