-
Notifications
You must be signed in to change notification settings - Fork 2.5k
[HUDI-6106] Spark offline compaction/Clustering Job will do clean like Flink job #8505
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-6106] Spark offline compaction/Clustering Job will do clean like Flink job #8505
Conversation
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/client/SparkRDDWriteClient.java
Outdated
Show resolved
Hide resolved
425b764 to
5effbf3
Compare
hudi-utilities/src/test/java/org/apache/hudi/utilities/TestHoodieCompactor.java
Outdated
Show resolved
Hide resolved
442430f to
25c1856
Compare
...lient/hudi-spark-client/src/main/java/org/apache/hudi/client/SparkRDDTableServiceClient.java
Show resolved
Hide resolved
7cf8111 to
4dad96b
Compare
hudi-utilities/src/main/java/org/apache/hudi/utilities/HoodieCompactor.java
Show resolved
Hide resolved
0eeee7d to
8539f13
Compare
hudi-utilities/src/main/java/org/apache/hudi/utilities/HoodieClusteringJob.java
Outdated
Show resolved
Hide resolved
8539f13 to
4fc5fb7
Compare
hudi-utilities/src/main/java/org/apache/hudi/utilities/HoodieCompactor.java
Outdated
Show resolved
Hide resolved
hudi-utilities/src/main/java/org/apache/hudi/utilities/HoodieClusteringJob.java
Outdated
Show resolved
Hide resolved
hudi-utilities/src/main/java/org/apache/hudi/utilities/HoodieCompactor.java
Show resolved
Hide resolved
e69e498 to
fbd3411
Compare
hudi-utilities/src/main/java/org/apache/hudi/utilities/HoodieCompactor.java
Outdated
Show resolved
Hide resolved
fbd3411 to
74c7784
Compare
...utilities/src/test/java/org/apache/hudi/utilities/offlinejob/TestOfflineHoodieCompactor.java
Show resolved
Hide resolved
...utilities/src/test/java/org/apache/hudi/utilities/offlinejob/TestOfflineHoodieCompactor.java
Outdated
Show resolved
Hide resolved
...ities/src/test/java/org/apache/hudi/utilities/offlinejob/TestOfflineHoodieClusteringJob.java
Outdated
Show resolved
Hide resolved
|
6106.patch.zip |
Done. |
|
@hudi-bot run azure |
danny0405
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.
+1, thanks for the contribution, @zhuanshenbsj1 ~
|
@hudi-bot run azure |
|
@zhuanshenbsj1 Hi, can you rebase with the latest maste and re-trigger the Azure CI tests? |
3ff0e0a to
091fe00
Compare
|
@hudi-bot run azure |
Change Logs
Adjust the cleaning operation in Spark offline compact/cluster, when ASYNC_CLEAN is true will start asynchronous cleaning in prewrite and wait for the async-clean completion, otherwise will do synchronous clean after cluster/compact.
Impact
none
Risk level (write none, low medium or high below)
none
Documentation Update
Describe any necessary documentation update if there is any new feature, config, or user-facing change
ticket number here and follow the instruction to make
changes to the website.
Contributor's checklist