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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]