slankka commented on issue #11636:
URL: https://github.com/apache/hudi/issues/11636#issuecomment-2994705149
According to my colleages and my research, hudi on flink at least
(0.14~1.0.2) clustering not work, the other actions works fine. And hudi on
spark all feature works fine.
## Conclusion
| engine/action | clustering | compact | clean | archival |
|---|---|----|----|----|
| flink | ❌ | ✅ | ✅| ✅|
|spark|✅|✅|✅|✅|
The clustering execution strategy is supported by Spark but not Flink.
## Clustering execution strategy
(configuration likes below do not works with Apache Flink even re-compile
some modules)
`hoodie.clustering.execution.strategy.class:
org.apache.hudi.client.clustering.run.strategy.JavaSortAndSizeExecutionStrategy`

## Source code compare



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