ziudu opened a new issue, #13281: URL: https://github.com/apache/hudi/issues/13281
Why does hoodie.clustering.plan.strategy.target.file.max.bytes have a default value of 1073741824(1GB)? With this configuration, the clustering service would create files larger than 120MB (hoodie.parquet.max.file.size). With an executor size such as 5c/19GB, larger files are more likely to create spill, bad for performance. Hudi version: 0.11 [hoodie.clustering.plan.strategy.target.file.max.bytes](https://hudi.apache.org/docs/configurations#hoodieclusteringplanstrategytargetfilemaxbytes) -- 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]
