cshuo commented on issue #12738: URL: https://github.com/apache/hudi/issues/12738#issuecomment-2681242467
> [@cshuo](https://github.com/cshuo) I will try to run the demo code locally. However, upon reviewing the code, it looks like the MDT hasn't been enabled for the Hudi table during its creation. I'm assuming you're using Hudi 1.0.0. > > The configuration for MDT that I've been using when creating the Flink Hudi table is: `'metadata.enabled'='true', 'hoodie.write.concurrency.mode'='SINGLE_WRITER', 'hoodie.write.lock.provider'='org.apache.hudi.client.transaction.lock.InProcessLockProvider'`. > > Could you please try adding this configuration on your end? Yes, I'm using 1.0.0, and actually MDT is enabled by default, and concurrency.mode is 'SINGLE_WRITER' by default. -- 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]
