nsivabalan commented on a change in pull request #5043:
URL: https://github.com/apache/hudi/pull/5043#discussion_r838034087



##########
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:
       will sync up with you directly. but on a high level, this depends on lot 
of factors. may be we can create a tracking ticket and do a follow up. 




-- 
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]


Reply via email to