You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jark Wu (Jira)" <ji...@apache.org> on 2021/01/27 02:32:00 UTC

[jira] [Comment Edited] (FLINK-21146) 【SQL】Flink SQL Client not support specify the queue to submit the job

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

Jark Wu edited comment on FLINK-21146 at 1/27/21, 2:31 AM:
-----------------------------------------------------------

[~zhisheng], we are going to make {{SET key=value}} to support arbitrary configurations, including runtime configurations, currently only Table/SQL configuration is supported. 

For example, the you can using the following statement in SQL CLI to specify yarn queues in the near future. 


{code:sql}
Flink SQL > SET yarn.application.queue = root;

Flink SQL > INSERT INTO sink SELECT ....;
{code}





was (Author: jark):
[~zhisheng], we are going to make {{SET key=value}} to support arbitrary configurations, including runtime configurations, currently only Table/SQL configuration is supported. 

For example, the you can using the following statement in SQL CLI to specify yarn queues. 


{code:sql}
Flink SQL > SET yarn.application.queue = root;

Flink SQL > INSERT INTO sink SELECT ....;
{code}




> 【SQL】Flink SQL Client not support specify the queue to submit the job
> ---------------------------------------------------------------------
>
>                 Key: FLINK-21146
>                 URL: https://issues.apache.org/jira/browse/FLINK-21146
>             Project: Flink
>          Issue Type: Improvement
>          Components: Deployment / YARN, Table SQL / Client
>    Affects Versions: 1.12.0
>            Reporter: zhisheng
>            Priority: Major
>
> We can submit the job to specify yarn queue in Hive like : 
> {code:java}
> set mapreduce.job.queuename=queue1;
> {code}
>  
>  
> we can submit the spark-sql job to specify yarn queue like : 
> {code:java}
> spark-sql --queue xxx {code}
>  
> but Flink SQL Client can not specify the job submit to which queue, default is `default` queue. it is not friendly in pro env.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)