-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Support kerberos authentication for Kudu connector #13968
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One question about hadoop-common
dependency. Otherwise, looks good.
Can we squash the 3 commits?
@wenleix @arhimondr |
@liyubin117 : Looks like you accidentally remove you repo (and cause the PR to be closed)? |
the commits previously were redundancy, I have squashed them in a new repo and fix the problems as you figured in #14007, but a new repo seem not nessesary |
Add the following configuration to etc/catalog/kudu.properties to enable kerberos authentication:
kudu.kerberos-auth.enabled=true
kudu.kerberos-auth.debug.enabled=true
kudu.kerberos-auth.principal=xxx
kudu.kerberos-auth.keytab=xxx.keytab