MikeMccree commented on issue #10273:
URL: https://github.com/apache/hudi/issues/10273#issuecomment-1853396088

   @ad1happy2go Which logs would you like to see? 
   
   Also - after more playing around with the configs, I discovered the below:
   
   ```
       # 'hoodie.meta.sync.client.tool.class': 
'org.apache.hudi.aws.sync.AwsGlueCatalogSyncTool', ----------> This comboed 
with the below create_managed_table = SCHEMA_NOT_FOUND
       # 'hoodie.datasource.hive_sync.create_managed_table': 'true', This on 
its own without the above AwsGlueCatalogSyncTool = "Could not sync using the 
meta sync class org.apache.hudi.hive.HiveSyncTool"
   ```
   
   I removed the above configs from my hudi configuration and everything is 
working now. Maybe I dont fully understand the configurations and perhaps never 
needed those anyway.
   


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