VitoMakarevich commented on issue #10590:
URL: https://github.com/apache/hudi/issues/10590#issuecomment-1986489187

   99% following these steps should fix issue for you
   https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-spark-glue.html
   Namely
   
   Specify the value for hive.metastore.client.factory.class using the
   spark-hive-site classification as shown in the following example:
   
   [
     {
       "Classification": "spark-hive-site",
       "Properties": {
         "hive.metastore.client.factory.class":
   "com.amazonaws.glue.catalog.metastore.AWSGlueDataCatalogHiveClientFactory"
       }
     }
   ]
        
   
   Because this class
   com.amazonaws.glue.catalog.metastore.AWSGlueDataCatalogHiveClientFactory is
   hidden inside AWS EMR(not available in any public repo - this is old
   version of it but AWS no longer publish it
   
https://github.com/awslabs/aws-glue-data-catalog-client-for-apache-hive-metastore
   ).
   On Fri, Mar 8, 2024 at 10:55 PM Tyler Rendina ***@***.***>
   wrote:
   
   > I got it to compile, bootstrapped the spark bundle, hive sync, and aws
   > bundle to emr. Now getting java.lang.ClassNotFoundException: Class
   > com.amazonaws.glue.catalog.metastore.AWSGlueDataCatalogHiveClientFactory
   > not found
   >
   > —
   > Reply to this email directly, view it on GitHub
   > <https://github.com/apache/hudi/issues/10590#issuecomment-1986474921>, or
   > unsubscribe
   > 
<https://github.com/notifications/unsubscribe-auth/ADZ45NKP4XHQVQRCKP7VKMLYXIXV7AVCNFSM6AAAAABCSD7ZLGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBWGQ3TIOJSGE>
   > .
   > You are receiving this because you commented.Message ID:
   > ***@***.***>
   >
   


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

Reply via email to