ERROR cannot connect to kerberized kyuubi using beeline #1638
-
My environment is a kerberized HDP ,when i deployed kyuubi with HDP Spark3 ,it seems kyuubi server started successfully.But when i using below command 'beeline -u "jdbc:hive2://client-xxx.edp:10009/;principal=hive_test/client-xxx.edp@HADOOP.COM" 'to connect kyuubi,it shows errors:
Please, can someone provide the suggestions for this problem? Also, share the details or steps is highly appreciated.
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 12 replies
-
looks like you need to add these in
|
Beta Was this translation helpful? Give feedback.
-
can you try |
Beta Was this translation helpful? Give feedback.
-
https://kyuubi.readthedocs.io/en/latest/client/kerberized_kyuubi.html FYI, hope this doc helps |
Beta Was this translation helpful? Give feedback.
-
@turtoise The KMS provider exception is probably a bug of Kyuubi's beeline -u "jdbc:hive2://controlnode-205.edp:10009/;principal=hive_test/client-209.edp@HADOOP.COM; Then paste kyuubi server log and engine log here. Thanks. |
Beta Was this translation helpful? Give feedback.
@turtoise The KMS provider exception is probably a bug of Kyuubi's
HadoopCredentialsManager
. Could you setkyuubi.credentials.hadoopfs.enabled
tofalse
inkyuubi-defaults.conf
, restart kyuubi server and try command:beeline -u "jdbc:hive2://controlnode-205.edp:10009/;principal=hive_test/client-209.edp@HADOOP.COM;
Then paste kyuubi server log and engine log here.
Thanks.