AmareshB commented on issue #8400: URL: https://github.com/apache/hudi/issues/8400#issuecomment-1603287780
@soumilshah1995 ``` hoodie.compact.inline.max.delta.commits Number of delta commits after the last compaction, before scheduling of a new compaction is attempted. Default Value: 5 (Optional) Config Param: INLINE_COMPACT_NUM_DELTA_COMMITS ``` Try setting this param to 1 or add more commits, so you should be seeing a `compaction.requested` file in `.hoodie` dir as long as this prop is set`'hoodie.compact.schedule.inline': 'true'` -- 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]
