[GitHub] [hudi] lokeshj1703 commented on issue #7261: [SUPPORT] Meta sync error when trying to write to s3 bucket

2022-12-13 Thread GitBox


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

   @devanshguptatrepp Were you able to try out the changes suggested above?


-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [hudi] lokeshj1703 commented on issue #7261: [SUPPORT] Meta sync error when trying to write to s3 bucket

2022-12-02 Thread GitBox


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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org