简体   繁体   中英

How to choose the queue for Spark job using spark-submit?

有没有办法提供参数或设置来选择我想要运行spark_submit作业的队列?

By using --queue So an example of a spark-submit job would be:-

spark-submit --master yarn --conf spark.executor.memory=48G --conf spark.driver.memory=6G --packages [packages separated by ,] --queue [queue_name] --class [class_name] [jar_file] [arguments]

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM