codope commented on code in PR #10668:
URL: https://github.com/apache/hudi/pull/10668#discussion_r1620652100
##########
hudi-utilities/src/main/java/org/apache/hudi/utilities/HoodieClusteringJob.java:
##########
@@ -92,6 +92,8 @@ public static class Config implements Serializable {
public String sparkMemory = null;
@Parameter(names = {"--retry", "-rt"}, description = "number of retries")
public int retry = 0;
+ @Parameter(names = {"--skip-clean", "-sc"}, description = "do not trigger
clean after compaction", required = false)
+ public Boolean skipClean = true;
Review Comment:
not changing.. should be fine as it's an offline job.
--
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]