codope commented on a change in pull request #5043:
URL: https://github.com/apache/hudi/pull/5043#discussion_r837068928
##########
File path:
hudi-utilities/src/main/java/org/apache/hudi/utilities/deltastreamer/HoodieDeltaStreamer.java
##########
@@ -388,6 +388,14 @@ private boolean onDeltaSyncShutdown(boolean error) {
@Parameter(names = {"--retry-last-pending-inline-clustering", "-rc"},
description = "Retry last pending inline clustering plan before writing to
sink.")
public Boolean retryLastPendingInlineClusteringJob = false;
+ @Parameter(names = {"--cluster-scheduling-weight"}, description =
"Scheduling weight for clustering as defined in "
+ + "https://spark.apache.org/docs/latest/job-scheduling.html")
+ public Integer clusterSchedulingWeight = 1;
Review comment:
Just a thought, does it make sense to determine the clustering and
compaction weight depending on their commit frequency ratio?
--
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]