Re: Re: [DISCUSS] Support source/sink parallelism config in Flink sql

2020-09-23 Thread Jingsong Li
m/DISCUSS-Introduce-SupportsParallelismReport-and-SupportsStatisticsReport-for-Hive-and-Filesystem-td43531.html > > On Sun, 20 Sep 2020 at 23:14, 刘大龙 wrote: > > > > > +1 > > > > > -原始邮件- > > > 发件人: "Benchao Li" > > > 发送时间

Re: Re: [DISCUSS] Support source/sink parallelism config in Flink sql

2020-09-20 Thread Jark Wu
gt; +1 > > > -原始邮件- > > 发件人: "Benchao Li" > > 发送时间: 2020-09-20 16:28:20 (星期日) > > 收件人: dev > > 抄送: > > 主题: Re: [DISCUSS] Support source/sink parallelism config in Flink sql > > > > Hi admin, > > > > Thanks for bringing up

Re: Re: [DISCUSS] Support source/sink parallelism config in Flink sql

2020-09-20 Thread 刘大龙
+1 > -原始邮件- > 发件人: "Benchao Li" > 发送时间: 2020-09-20 16:28:20 (星期日) > 收件人: dev > 抄送: > 主题: Re: [DISCUSS] Support source/sink parallelism config in Flink sql > > Hi admin, > > Thanks for bringing up this discussion. > IMHO, it's a valu

Re: [DISCUSS] Support source/sink parallelism config in Flink sql

2020-09-20 Thread Benchao Li
Hi admin, Thanks for bringing up this discussion. IMHO, it's a valuable feature. We also added this feature for our internal SQL engine. And our way is very similar to your proposal. Regarding the implementation, there is one shorthand that we should modify each connector to support this property

[DISCUSS] Support source/sink parallelism config in Flink sql

2020-09-09 Thread admin
Hi devs: Currently,Flink sql does not support source/sink parallelism config.So,it will result in wasting or lacking resources in some cases. I think it is necessary to introduce configuration of source/sink parallelism in sql. From my side,i have the solution for this feature.Add parallelism con