-
Notifications
You must be signed in to change notification settings - Fork 2.5k
[HUDI-3951]support general parameter 'sink.parallelism' for flink-hudi #5405
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
[HUDI-3951]support general parameter 'sink.parallelism' for flink-hudi #5405
Conversation
b7cdd5f to
d005971
Compare
|
@hudi-bot run azure |
|
Hi @yanghua , who can look at this pr? |
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.
yuruguo
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
|
@XuQianJin-Stars when merging the PR, can you please make sure JIRA id is added to the message title? for easy referencing. thanks! |
| // ------------------------------------------------------------------------ | ||
| public static final ConfigOption<Integer> SINK_PARALLELISM = FactoryUtil.SINK_PARALLELISM; | ||
|
|
||
| public static final ConfigOption<String> TABLE_NAME = ConfigOptions |
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.
Hello, it seems that we want to add a default parallelism to the sink, but there is already parallelism param named write.tasks, can we rename this param to write.default_tasks or something ? And we should add test in TestHoodieTableFactory, before we make agreement, can you revert this PR first ? Thanks ~
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.
Hello, it seems that we want to add a default parallelism to the sink, but there is already parallelism param named
write.tasks, can we rename this param towrite.default_tasksor something ? And we should add test inTestHoodieTableFactory, before we make agreement, can you revert this PR first ? Thanks ~
well, let me revert this PR first, Then come to an agreement, sorry @hehuiyuan my mistake.
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.
@danny0405 ok.
|
https://issues.apache.org/jira/browse/HUDI-3951 @hehuiyuan add this message to What is the purpose of the pull request and jira's Template. |
…link-hudi (apache#5405)" This reverts commit bda3db0.
What is the purpose of the pull request
support generan parameter 'sink.parallelism' for flink-hudi