Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

how to add the queue name zeppelin jdbc interpreter

avatar
 
1 ACCEPTED SOLUTION

avatar
Master Collaborator

@Harish-hadoop 

Add the queue name in hive.url property in jdbc interpreter settings
hive.url=jdbc:hive2://<zookeeper quorum>/;serviceDiscoveryMode=zooKeeper;zooKeeperNamespace=hiveserver2?tez.queue.name=<Queue Name>

EXAMPLE:
hive.url= jdbc:hive2://test1:2181,test2:2181,test3:2181/;serviceDiscoveryMode=zooKeeper;zooKeeperNamespace=hiveserver2?tez.queue.name=sai

View solution in original post

1 REPLY 1

avatar
Master Collaborator

@Harish-hadoop 

Add the queue name in hive.url property in jdbc interpreter settings
hive.url=jdbc:hive2://<zookeeper quorum>/;serviceDiscoveryMode=zooKeeper;zooKeeperNamespace=hiveserver2?tez.queue.name=<Queue Name>

EXAMPLE:
hive.url= jdbc:hive2://test1:2181,test2:2181,test3:2181/;serviceDiscoveryMode=zooKeeper;zooKeeperNamespace=hiveserver2?tez.queue.name=sai