migeruj commented on issue #11932:
URL: https://github.com/apache/hudi/issues/11932#issuecomment-2347352893

   Hi! 
   Based on your path destination I guess you are on a Windows system.
   
   I tried to test it with  `'path' = 
'file:///D:/data/hudi_demo/${hudi_table_name}'` and it didn't work and I don't 
see any error either. So maybe Hudi is trying to use a distributed filesystem 
based on that URI.
   
   I changed to file:/D:/data/hudi_demo/${hudi_table_name} and started to 
generate the test_table folder with a .hoodie .hoodie.properties inside. Try 
with that path or this one D:\data\hudi_demo\${hudi_table_name}. 


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