-
Notifications
You must be signed in to change notification settings - Fork 5k
[Fix-17413][DataSource][Hive&Spark]Principal field is not displayed and not used correctly in kerberos env #17493
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
Conversation
|
for my env, hive version is 3.1.2 and enable kerberos, the following error appears: Caused by: java.lang.NoClassDefFoundError: org/apache/hadoop/hive/thrift/TFilterTransport Please add the following dependencies: I'm uncertain if Hive 2.x or other versions need this in kerberos env, so I'll skip adding the dependency for now. |
ruanwenjun
left a comment
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
SbloodyS
left a comment
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.
+1
|
…nd not used correctly in kerberos env (apache#17493)


Purpose of the pull request
close #17413
Brief change log
The Hive and Spark data source information can be displayed normally, and the tests pass.
Verify this pull request
This pull request is code cleanup without any test coverage.
Setting up an end-to-end test for the Kerberos environment is somewhat challenging. Let's fix the issue first, and we can look into adding the E2E test later when time permits.
Pull Request Notice
Pull Request Notice
If your pull request contains incompatible change, you should also add it to
docs/docs/en/guide/upgrade/incompatible.md