danny0405 commented on code in PR #9925:
URL: https://github.com/apache/hudi/pull/9925#discussion_r1372863015
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieClusteringConfig.java:
##########
@@ -161,6 +161,13 @@ public class HoodieClusteringConfig extends HoodieConfig {
+ "value will let the clustering job run faster, while it will give
additional pressure to the "
+ "execution engines to manage more concurrent running jobs.");
+ public static final ConfigProperty<Integer>
CLUSTERING_READ_RECORDS_PARALLELISM = ConfigProperty
+ .key("hoodie.clustering.read.records.parallelism")
+ .defaultValue(20)
Review Comment:
Maybe just rename to `hoodie.clustering.parallelism`
--
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]