ad1happy2go commented on issue #12193: URL: https://github.com/apache/hudi/issues/12193#issuecomment-2454354613
@RameshkumarChikoti123 clustering needs some lock provider to be configured. If you are sure there is no concurrent ingestion job running, one was is to configure to this property s3a [hoodie.fs.atomic_creation.support](https://hudi.apache.org/docs/configurations/#hoodiefsatomic_creationsupport) S3 is currently not supported with lock provider as it doesn't allow atomic creation of objects. But it can be workaround for you in this case. Although i do believe if you are setting hoodie.write.concurrency.mode to SINGLE_WRITER explicitly it should work as it shouldn't need any lock provider -- 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]
