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/01/12 20:22:10 UTC

[GitHub] [hudi] jasondavindev removed a comment on issue #3954: [Feature Request] Integration with AWS Glue

jasondavindev removed a comment on issue #3954:
URL: https://github.com/apache/hudi/issues/3954#issuecomment-1011418585


   At @emcasa we're using EMR on EKS. We overwritten EMR Hudi jars from 0.8.0 to 0.10.0, then we can leverage hive sync tool and sync tables with Glue Data Catalog.
   For this, you must pass the follow spark config:
   
   ```
   spark.hadoop.hive.metastore.client.factory.class=com.amazonaws.glue.catalog.metastore.AWSGlueDataCatalogHiveClientFactory
   ```
   
   For a new session, use
   ```python
   .enableHiveSupport()
   ```


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