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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
