SQL parallelism setting

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

SQL parallelism setting

Shu Li Zheng
Hi community,

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

Regards,

Shu li Zheng

Reply | Threaded
Open this post in threaded view
|

Re: SQL parallelism setting

Timo Walther
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