-
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
[Improve] Support using multiple hadoop account #5903
[Improve] Support using multiple hadoop account #5903
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.
Please add test case
b75365f
to
31cdfc6
Compare
Add e2e for kerberos, this pr is compatible with the current version. |
.../src/main/java/org/apache/seatunnel/connectors/seatunnel/file/sink/writer/WriteStrategy.java
Outdated
Show resolved
Hide resolved
31cdfc6
to
b648c49
Compare
624cee9
to
d0fc1d4
Compare
c7b7746
to
7e0c3ee
Compare
88679e4
to
1001092
Compare
...c/main/java/org/apache/seatunnel/connectors/seatunnel/file/hadoop/HadoopFileSystemProxy.java
Outdated
Show resolved
Hide resolved
...c/main/java/org/apache/seatunnel/connectors/seatunnel/file/hadoop/HadoopFileSystemProxy.java
Show resolved
Hide resolved
...he/seatunnel/connectors/seatunnel/jdbc/internal/dialect/hive/HiveJdbcConnectionProvider.java
Show resolved
Hide resolved
2c664ae
to
4b22636
Compare
4b22636
to
c47c4b9
Compare
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
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.
Overall LGTM. cc @TyrantLucifer
Purpose of this pull request
Refactor the usage of
UserGroupInformation
don't usesetLoginUser
to login in. This method will set a static user in jvm, if and cause we cannot support use multiple hadoop account in one seatunnel server.Does this PR introduce any user-facing change?
How was this patch tested?
Check list
New License Guide
release-note
.