You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-zh@flink.apache.org by "casel.chen" <ca...@126.com> on 2022/01/16 06:00:57 UTC

flink算子级别资源使用设置

flink是否支持算子级别资源使用设置?
如果是flink sql 能否根据生成的Graph配置细粒度资源配置?

Re: flink算子级别资源使用设置

Posted by Chang Li <li...@gmail.com>.
目前细粒度资源配置在在datastream的接口生提供了,SQL上还不支持,可以关注下最近FFA 2021 分享
https://developer.aliyun.com/special/ffa2021/live

casel.chen <ca...@126.com> 于2022年1月16日周日 14:01写道:

> flink是否支持算子级别资源使用设置?
> 如果是flink sql 能否根据生成的Graph配置细粒度资源配置?

Re: flink算子级别资源使用设置

Posted by venn <wx...@163.com>.
目前只要部分 sink 算子支持参数: sink.parallelism   ,参考 
https://cwiki.apache.org/confluence/display/FLINK/FLIP-146%3A+Improve+new+TableSource+and+TableSink+interfaces 


On 2022/1/16 14:00, casel.chen wrote:
> flink是否支持算子级别资源使用设置?
> 如果是flink sql 能否根据生成的Graph配置细粒度资源配置?