vineethNaroju opened a new pull request, #13482: URL: https://github.com/apache/hudi/pull/13482
### Change Logs Configure clustering batch parallelism based on configurable disk size per executor, executor count and total write io of clustering groups. ### Documentation Update ``` hoodie.clustering.disk.usage.max.fraction: 0.9 hoodie.clustering.disk.usage.min.fraction: 0.1 hoodie.clustering.disk.usage.fraction: 0.3 hoodie.clustering.executor.disk.size.gb: 200 ``` ### Tests - added unit tests for corner cases of `getClusteringMaxParallelismByDiskIO` and `performClustering`. ### Contributor's checklist - [ ] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [ ] Change Logs and Impact were stated clearly - [ ] Adequate tests were added if applicable - [ ] CI passed -- 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]
