[
https://issues.apache.org/jira/browse/FLINK-21146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17272044#comment-17272044
]
Jark Wu commented on FLINK-21146:
---------------------------------
I think you can set {{yarn.application.queue}} configuration in
{{flink-conf.yaml}} to specify the yarn queue.
> 【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)