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/02 22:41:05 UTC

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

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

   @jasondavindev I think the the glue catalog is not getting enabled. `spark.hadoop.hive.metastore.client.factory.class=com.amazonaws.glue.catalog.metastore.AWSGlueDataCatalogHiveClientFactory` is not kicking in. So either you are misconfiguring it somehow or its a bug in EMR on EKS https://catalog.us-east-1.prod.workshops.aws/workshops/1f91e1d4-5587-40ff-8d5d-54fc86e0ddc1/en-US/intermediate/aws-glue-metastore-integration.
   
   Based on the error it is trying to instantiate `SessionHiveMetaStoreClient` instead of glue's metastore client. And that is why it is expecting a running hive metastore server. If you are unable to resolve this, the best approach would be to create an AWS support ticket for EMR on EKS team.


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