lokeshj1703 commented on issue #7261:
URL: https://github.com/apache/hudi/issues/7261#issuecomment-1335033729

   @devanshguptatrepp There are a few changes which can be done here.
   
   1. `hudiParam = hudiParam + (DataSourceWriteOptions.ENABLE_ROW_WRITER.key() 
-> classOf[ComplexKeyGenerator].getCanonicalName)`
   This config requires a boolean value but it has been initialized to a class.
   2. It seems like you want to sync Hudi tables to AWSGlueCatalog. If so 
please refer this 
[page](https://hudi.apache.org/docs/syncing_aws_glue_data_catalog) to use  
AwsGlueCatalogSyncTool. Currently the stack trace shows HiveSyncTool is being 
used.
   ```
                at 
org.apache.hudi.hive.HoodieHiveSyncClient.databaseExists(HoodieHiveSyncClient.java:176)
 ~[?:?]
                at 
org.apache.hudi.hive.HiveSyncTool.syncHoodieTable(HiveSyncTool.java:185) ~[?:?]
                at 
org.apache.hudi.hive.HiveSyncTool.doSync(HiveSyncTool.java:153) ~[?:?]
                at 
org.apache.hudi.hive.HiveSyncTool.syncHoodieTable(HiveSyncTool.java:141) ~[?:?]
   
   ```


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