Kyuubi uses Kerberos authentication to obtain the principal information as the executing user #6657
Unanswered
huangjjfff
asked this question in
Q&A
Replies: 1 comment
-
You should either set up |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The configuration file for kyuubi-defaults is as follows:
kyuubi.authentication: KERBEROS
kyuubi.kinit.principal: kyuubi/hostname@HADOOP.COM
kyuubi.kinit.keytab: /etc/security/keytabs/kyuubi.service.keytab
When executed by the hdp user, an error occurs during startup.
Looking into the source code, it might relate to the code running in HadoopThriftAuthBridgeServer:
private val ugi = UserGroupInformation.getCurrentUser
used as the value for the principal.
Beta Was this translation helpful? Give feedback.
All reactions