danny0405 commented on code in PR #8505:
URL: https://github.com/apache/hudi/pull/8505#discussion_r1185883641
##########
hudi-utilities/src/main/java/org/apache/hudi/utilities/HoodieClusteringJob.java:
##########
@@ -116,6 +116,28 @@ public static class Config implements Serializable {
+ "(using the CLI parameter \"--props\") can also be passed command
line using this parameter. This can be repeated",
splitter = IdentitySplitter.class)
public List<String> configs = new ArrayList<>();
+
+ // disable async-service in offline job
+ public Boolean asyncSerivceEanble = false;
Review Comment:
asyncSerivceEanble -> asyncCleaningEnabled and by default false.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]