yuzhaojing commented on code in PR #5890:
URL: https://github.com/apache/hudi/pull/5890#discussion_r900689947
##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/configuration/FlinkOptions.java:
##########
@@ -650,6 +656,12 @@ private FlinkOptions() {
.defaultValue(30)
.withDescription("Maximum number of groups to create as part of
ClusteringPlan. Increasing groups will increase parallelism, default is 30");
+ public static final ConfigOption<Integer> CLUSTERING_TIMEOUT_SECONDS =
ConfigOptions
+ .key("clustering.timeout.seconds")
+ .intType()
+ .defaultValue(1200) // default 20 minutes
Review Comment:
fixed.
--
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]