bvaradar commented on issue #2276:
URL: https://github.com/apache/hudi/issues/2276#issuecomment-734736989


   @bithw1 : Compactions need to be scheduled before they can be run. 
20201122100045 20201122100057 20201122100101 are all delta-commits that tracks 
the ingestion that happened.  Compaction will be scheduled automatically by 
Hoodie at regular intervals. By defaults, Hudi waits for 5 delta-commits before 
scheduling a compaction. 
   
   To change this behavior, you can set 
hoodie.compact.inline.max.delta.commits=1
   and redo the experiment. You should see a file <ts>.compaction.requested 
file in .hoodie folder. You can then run compaction on the <ts>
   


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

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


Reply via email to