-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Bug] Fix OrcWriteStrategy/ParquetWriteStrategy doesn't login with kerberos #6472
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.
Shall we add test case?
Yes, but this case will rely on Kerberos, I didn't find how to add UT. |
It's okay, we can create an issue and complete it in the future to add test cases |
I create issue #6664 for this. |
link paimon sink kerberos |
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.
LGTM
Purpose of this pull request
When we use ORC/Parquet with kerberos in file connector or hive connector. we will get kerberos unauthorization exception, this is caused by we didn't login with kerberos in OrcWriteStrategy/ParquetWriteStrategy.
Does this PR introduce any user-facing change?
No
How was this patch tested?
Check list
New License Guide
release-note
.