Created 07-03-2023 06:24 AM
Hi,
I am running a query on Hive through my Spark application using HiveWarehouseConnector.
I want to use a particular YARN queue for Tez job launched by HiveWarehouseConnector (custom queue configuration at application level).
I have tried following two ways:
1. By using Spark conf and setting spark.hive.tez.queue.name = <queue name>
2. By setting tez.queue.name parameter in the hiveserver2 URL as suggested in the following thread https://community.cloudera.com/t5/Support-Questions/Setting-yarn-queue-for-hive-with-beeline/td-p/16...
I am able to set the queue for beeline using the URL option.
However, any of the options is not working for HiveWarehouseConnector.
Can anyone please help in this regard?
Created 07-03-2023 01:35 PM
Created 07-03-2023 09:06 AM
@vaibhavgokhale Welcome to the Cloudera Community!
To help you get the best possible solution, I have tagged our Tez experts @MGreen and @Shmoo who may be able to assist you further.
Please keep us updated on your post, and we hope you find a satisfactory solution to your query.
Regards,
Diana Torres,Created 07-03-2023 01:35 PM
Created 07-04-2023 04:10 AM
Thanks @smruti for quick response. This is working.