Skip to content
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

[Fix][Doc] Correct hive-jdbc config useKerberos to use_kerberos #7896

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

czshh0628
Copy link
Contributor

Description

When you use the Hive-JDBC document provided on the official website to configure the hive plug-in for kerberos authentication, a data synchronization error occurs and Kerberos authentication fails

cf0007a24d38faafa9e4385a280b19ff
image

By checking the stack record, find the configuration in the code to set whether to enable kerberos

image

Therefore, if you change the useKerberos parameter of seatunnel hive-JDBC to use_kerberos, you can obtain the result from the authenticated hive connection

image

image

success

image

…iguration error parameters

Optimize hive-jdbc document kerberos configuration error parameters
@czshh0628
Copy link
Contributor Author

how to pr it

Copy link
Member

@Hisoka-X Hisoka-X left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks @czshh0628 !

@Hisoka-X Hisoka-X changed the title [optimize][docs][hive-jdbc] Optimize hive-jdbc document kerberos conf… [Fix][Doc] Correct hive-jdbc config useKerberos to use_kerberos Oct 25, 2024
@hailin0 hailin0 merged commit 25ae492 into apache:dev Oct 25, 2024
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants