Replies: 1 comment 3 replies
-
This feature may help #6003 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The documentation says that if the hadoop cluster has kerberos enabled, kyuubi recommends enabling kerberos as well.
once kyuubi opens kerberos, when connecting via hive-jdbc, all user information is bound to kerberos.
I would like the client to be able to use a self-managed user system when connecting to kyuubi, rather than using kerberos. In this case, the kerberos user simply acts as the user who submits jobs to Yarn, and the actual user is managed by kyuubi.
For example, when connecting to kyuubi using jdbc with user/password, kyuubi always uses our configured serverPrinicpal to interact with kerberos-hadoop.
I've tried this and the latest(1.8.1) version doesn't seem to be able to meet this demand? It's also possible that I'm ignore some documentation, so I'd like to ask a question for advice.
If it's true that it's not supported and I want to implement it on my own, can give me some ideas?
Beta Was this translation helpful? Give feedback.
All reactions