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

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

zhisheng created FLINK-21146:
--------------------------------

             Summary: 【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


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)