You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Xintong Song (Jira)" <ji...@apache.org> on 2023/03/09 09:06:00 UTC

[jira] [Commented] (FLINK-31247) Support for fine-grained resource allocation (slot sharing groups) at the TableAPI level

    [ https://issues.apache.org/jira/browse/FLINK-31247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17698269#comment-17698269 ] 

Xintong Song commented on FLINK-31247:
--------------------------------------

I'm afraid this is not feasible. SlotSharingGroup defines which operators / transformations should be colocated. However, Table API is declarative and does not have the concept of operators / transformations. 

> Support for fine-grained resource allocation (slot sharing groups) at the TableAPI level
> ----------------------------------------------------------------------------------------
>
>                 Key: FLINK-31247
>                 URL: https://issues.apache.org/jira/browse/FLINK-31247
>             Project: Flink
>          Issue Type: New Feature
>          Components: Runtime / Coordination
>    Affects Versions: 1.16.1
>            Reporter: Sergio Sainz
>            Priority: Major
>
> Currently Flink allows for fine-grained resource allocation at the DataStream API level (please see [https://nightlies.apache.org/flink/flink-docs-release-1.16/docs/deployment/finegrained_resource/)]
>  
> This ticket is an enhancement request to support the same API at the Table level:
>  
> org.apache.flink.table.api.Table.setSlotSharingGroup(String ssg)
> org.apache.flink.table.api.Table.setSlotSharingGroup(SlotSharingGroup ssg)
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)