Gatsby-Lee commented on issue #1751: URL: https://github.com/apache/hudi/issues/1751#issuecomment-1235122418
I see little difference in these two different combination. * AWS Glue + AWS Glue Catalog + Hudi 0.10.1 * AWS EMR on EKS + AWS Glue Catalog + Hudi 0.10.1 When using AWS Glue, it is enough to set "Use Glue data catalog as the Hive metastore". However, when using AWS EMR on EKS, it requires some setting. * "spark.hadoop.hive.metastore.client.factory.class": "com.amazonaws.glue.catalog.metastore.AWSGlueDataCatalogHiveClientFactory" * "hoodie.datasource.hive_sync.mode": "hms" You can find more details here https://aws.github.io/aws-emr-containers-best-practices/metastore-integrations/docs/aws-glue/#sync-hudi-table-with-aws-glue-catalog -- 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]
