You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/05/11 08:11:37 UTC

[GitHub] [hudi] a0x commented on issue #5484: [SUPPORT] Hive Sync + AWS Data Catalog failling with Hudi 0.11.0

a0x commented on issue #5484:
URL: https://github.com/apache/hudi/issues/5484#issuecomment-1123328107

   I enabled amz glue catalog by setting these options when creating emr cluster:
   ![image](https://user-images.githubusercontent.com/3829546/167795688-d3d51846-99cf-4e0c-ba0c-c86ece55933b.png)
   
   After this, I don't have to add this setting in hive, spark, hudi env in this emr cluster:
   
   ```
   spark.hadoop.hive.metastore.client.factory.class=com.amazonaws.glue.catalog.metastore.AWSGlueDataCatalogHiveClientFactory
   ```
   
   And I've tested this setting on EMR 6.4, 6.5 with Hudi 0.9, 0.10.0, 0.10.1.
   
   Could you plz give it a try?


-- 
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-unsubscribe@hudi.apache.org

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