Replies: 1 comment
-
Kyuubi also allows using For the impersonation case, the Hadoop Delegation Token plays an important role. Both Kyuubi and Spark have done some work to build the infrastructure to support the Hadoop Delegation Token propagation and renewal, so the first question is, does Kudu support the exact Hadoop Delegation Token, not similar mechanisms? If yes, things would be simpler. |
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
-
If a spark user wants to connect kerberized kudu,
--keytab
and--principal
should be specified. However, when using impersonation with kyuubi spark engine, it is not suitable to provide client'skeytab
andprincipal
.There are some similar conecpt of delegation token in Kudu like authentication token or jwt but it is hard to obtain and distribute those tokens on driver and exeuctors.
Is there any way to connect kerberized kudu?
Beta Was this translation helpful? Give feedback.
All reactions