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

[BitSail-Hudi] Support Hudi async compaction job #1

Merged
merged 1 commit into from
Oct 12, 2022
Merged

Conversation

garyli1019
Copy link
Collaborator

Co-authored-by: liyanjia.gary liyanjia.gary@bytedance.com

Co-authored-by: liyanjia.gary <liyanjia.gary@bytedance.com>
@hk-lrzy
Copy link
Collaborator

hk-lrzy commented Oct 11, 2022

Please add the connector quickstart for the hudi & hudi compaction.

@Override
public ParallelismAdvice getParallelismAdvice(BitSailConfiguration commonConf, BitSailConfiguration selfConf, ParallelismAdvice upstreamAdvice) throws Exception {
return ParallelismAdvice.builder()
.adviceParallelism(1)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Cannot understand the new concurrency advice logic.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

this compaction plan source, which should be 1. The parallelism we could tune is the compaction process function, which is on the sink side.

@garyli1019
Copy link
Collaborator Author

Please add the connector quickstart for the hudi & hudi compaction.

ok, will submit a separate PR for the doc. Merging this for now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants