maheshguptags commented on issue #12738:
URL: https://github.com/apache/hudi/issues/12738#issuecomment-2681148762

   @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?


-- 
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]

Reply via email to