You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "hbgstc123 (via GitHub)" <gi...@apache.org> on 2023/03/15 15:24:42 UTC

[GitHub] [hudi] hbgstc123 commented on issue #8195: Clustering is not happening on Flink Hudi

hbgstc123 commented on issue #8195:
URL: https://github.com/apache/hudi/issues/8195#issuecomment-1470238179

   flink config is different from spark, set these two config to enable inline clustering for flink.
   
   'clustering.schedule.enabled'='true',
   'clustering.async.enabled'='true'
   
   other flink clustering config can refer the doc:  
   https://hudi.apache.org/docs/configurations#clusteringasyncenabled


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org