MikeMccree commented on issue #10273:
URL: https://github.com/apache/hudi/issues/10273#issuecomment-1852492519
Hi @ad1happy2go
_Also did you tried with explicitly defining the Glue Sync Tool?_ Yes I had
it in while running all my tests
I have added both of these configurations to my script and still get the
same error:
```
'hoodie.database.name': database_name,
'hoodie.table.name': loggingtablename,
'hoodie.datasource.hive_sync.database': database_name,
'hoodie.datasource.hive_sync.table': loggingtablename,
'hoodie.datasource.hive_sync.auto_create_database' : 'true',
'hoodie.meta.sync.client.tool.class':
'org.apache.hudi.aws.sync.AwsGlueCatalogSyncTool',
```
By default 'hoodie.datasource.hive_sync.auto_create_database' is true in
anycase, and I did not have to specify it in the previous versions and it would
auto create my database.
This issue has me really stumped at the moment..
--
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]