You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "lilinjianqaq (via GitHub)" <gi...@apache.org> on 2023/04/07 09:28:31 UTC

[GitHub] [hudi] lilinjianqaq commented on issue #8396: [SUPPORT] Cleaner configs not working . Need to clean .hoodie files after certain interval/batch

lilinjianqaq commented on issue #8396:
URL: https://github.com/apache/hudi/issues/8396#issuecomment-1500115328

   use this config{
   hoodie.cleaner.commits.retained= '2',
   hoodie.keep.min.commits='3',
   hoodie.keep.max.commits='4'
   }
   
   This configuration will delete commit instants  files:
   this is spark log:
    Deleting instants [[==>20230407135545015__commit__REQUESTED], [==>20230407135545015__commit__INFLIGHT], [20230407135545015__commit__COMPLETED], [==>20230407151316207__commit__REQUESTED], [==>20230407151316207__commit__INFLIGHT], [20230407151316207__commit__COMPLETED]] | org.apache.hudi.client.HoodieTimelineArchiver.deleteArchivedInstants(HoodieTimelineArchiver.java:535)
   


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