You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/04/27 00:18:00 UTC

[GitHub] [hudi] yihua commented on issue #5371: [SUPPORT] Hudi Compaction

yihua commented on issue #5371:
URL: https://github.com/apache/hudi/issues/5371#issuecomment-1110369841

   > Is there any specific hudi configs to achieve this or MOR table does take care by default ?
   
   Spark Structured Streaming and Deltastreamer continuous mode have async compaction enabled on MOR table by default.  In other cases, you can schedule and execute inline compaction with `hoodie.compact.inline=true`. You may also run independent compaction job in a way suggested by this [doc](https://hudi.apache.org/docs/compaction/#async-compaction).
   
   > I found that the org.apache.hudi.sink.compact.HoodieFlinkCompactor job is a flink batch job, does this mean I have to run this compaction job periodically, at when and in what frequency?
   @danny0405 should have better idea on this.
   
   


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