Created 05-25-2016 08:19 PM
Hi,
I am using Apache Zeppelin on HDP 2.4 and was wondering how would i choose/change the queue in which my jobs are being submitted? Currently it goes into the default queue but I would like to dedicate a queue for zeppelin alone, and run all jobs submitted from zeppelin there. But I am unable to switch the queue. Can anyone suggest me how to do it?
Thanks
Created 05-25-2016 08:25 PM
If you are using zeppelin for spark, you can change JAVA_OPTS in zeppelin-env on zepplien configs and add something like
-Dspark.yarn.queue=my_zeppelin_queuename
You can add mapreduce and tez queues as well in JAVA_OPTS
Created 05-25-2016 08:25 PM
If you are using zeppelin for spark, you can change JAVA_OPTS in zeppelin-env on zepplien configs and add something like
-Dspark.yarn.queue=my_zeppelin_queuename
You can add mapreduce and tez queues as well in JAVA_OPTS
Created 05-25-2016 08:26 PM
i. Open the Yarn Queue Manager view to setup a queue for Spark with below capacities:
Created 08-09-2017 08:01 PM
In such case, if we like to define livy.spark.yarn.queue, should it be same as spark.yarn.queue or it could be different queue?
Thank you!
Leonid
,In such case, can we define livy.spark.yarn.queue to pint to different queue, or it have to be same as spark.yarn.queue?
Created 05-11-2018 04:52 AM
I was able to set Livy queue by just setting livy.spark.yarn.queue=mylivyqueue in the Livy interpreter in Zeppelin and after restarting the Interpreter, Livy notebooks start runnin on that queue. By the way, my spark.yarn.queue=default.