yabha-isomap commented on issue #7382: URL: https://github.com/apache/hudi/issues/7382#issuecomment-1369505561
Thanks @yihua . Yes, missing checkpoint config was the problem. Following solved the problem. Closing the issue. ```java env.getCheckpointConfig().setCheckpointInterval(10); ``` -- 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]
