eshu commented on issue #5736:
URL: https://github.com/apache/hudi/issues/5736#issuecomment-1144343270

   Solved by changes in the config. Added lines
   ```
   HoodieSyncConfig.META_SYNC_ENABLED -> "true",
   DataSourceWriteOptions.META_SYNC_CLIENT_TOOL_CLASS_NAME -> 
classOf[AwsGlueCatalogSyncTool].getName
   ```
   and removed the line
   ```
   HiveSyncConfig.HIVE_SYNC_ENABLED -> "true"
   ```
   
   The problem is that `AwsGlueCatalogSyncTool` mentioned as experimental. 
However, `AWSGlueCatalogSyncClient` do not have any comment about its 
experimental status. Is it safe to use it?


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