-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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][Connector-V2] Support hadoop ha and kerberos for paimon sink #6585
Conversation
@@ -17,12 +17,13 @@ Sink connector for Apache Paimon. It can support cdc mode 、auto create table. | |||
| warehouse | String | Yes | - | Paimon warehouse path | | |||
| database | String | Yes | - | The database you want to access | | |||
| table | String | Yes | - | The table you want to access | | |||
| hdfs_site_path | String | No | - | | |
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.
You should be compatible with older versions
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.
You should be compatible with older versions
Yes, the code is compatible with older versions. I've updated the docs.
…affecting other hadoop filesystem jobs
8cc8559
to
7025b05
Compare
...n/src/main/java/org/apache/seatunnel/connectors/seatunnel/paimon/sink/PaimonSinkFactory.java
Outdated
Show resolved
Hide resolved
…e factory for paimon sink
LGTM cc @EricJoy2048 |
link #6076 |
@dailai hi,Since ci cannot test your test case, can you run the test case locally and provide screenshots |
return argument; | ||
} | ||
|
||
@VisibleForTesting |
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.
Can we remove this annotation? It is not intended for testing purposes.
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.
@Carl-Zhou-CN
This annotation is meaningful to prevent method permissions from being changed.
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.
ok, it's my oversight
|
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
cc @EricJoy2048 |
LGTM, Thanks for your contribution. |
Purpose of this pull request
Does this PR introduce any user-facing change?
How was this patch tested?
Check list
New License Guide
release-note
.