Replies: 1 comment 5 replies
-
obviously, the message is incomplete, there should be more clues on the Kyuubi server's log |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to submit Spark SQL to the CDP cluster through kyuubi, which is managed by CM. The cluster has Kerberos enabled. Among them, node n1/n2/n3 uses the kyuubi user to start the kyuubi server, and node c1(192.168.23.100) connects to the kyuubi server as a client.
beeline -u "jdbc:hive2://n2:10009/default;principal=kyuubi/[email protected]"
At this time, the error message returned is as follows
Error: Could not open client transport with JDBC Uri: jdbc:hive2://n2:10009/default;principal=kyuubi/[email protected]: Error opening session for kyuubi client ip 192.168.23.100, due to Could not initialize class org.apache.kyuubi.engine.KyuubiApplicationManager$
Beta Was this translation helpful? Give feedback.
All reactions