-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HIVE-28797: Hive Delegation Token Renewal fails for any kerberos principal user other than hive user #5669
base: master
Are you sure you want to change the base?
Conversation
…cipal user other than hive user
@vikramahuja1001 Does this issue relate to HIVE-28042? |
@zhangbutao , yes this is related to HIVE-28042. So basically we were always renewing with the current user always but the renewer will not always be current user. To fix that using actually renewing the token from by getting the renewer itself. |
@zhangbutao can the CI on this PR be retriggered? For some reason one split is never starting in the CI. |
|
What changes were proposed in this pull request?
Why are the changes needed?
Does this PR introduce any user-facing change?
No
Is the change a dependency upgrade?
No
How was this patch tested?
Tested on a cluster with kerberos enabled and also added a UT