-
I use the above address to link to Kyuubi, but it returns the address of Hiveserver, what should I do |
Beta Was this translation helpful? Give feedback.
Answered by
cfmcgrady
Nov 29, 2021
Replies: 2 comments 8 replies
-
What's your expected behavior? |
Beta Was this translation helpful? Give feedback.
4 replies
-
Class.forName("org.apache.kyuubi.jdbc.KyuubiDriver");
Connection conn = DriverManager.getConnection("jdbc:hive2://xxx.xxx.xxx.xxx:2181/;serviceDiscoveryMode=zooKeeper;zooKeeperNamespace=kyuubi","test","test"); |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
pan3793
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
zooKeeperNamespace
is case-sensitive. please try