deepakpanda93 opened a new issue, #13938: URL: https://github.com/apache/hudi/issues/13938
### Bug Description **What happened:** While running HiveSync tool, its failing with below dependency errors. ``` Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/calcite/plan/RelOptRule Exception in thread "main" java.lang.NoClassDefFoundError: com/facebook/fb303/FacebookService$Iface ``` **What you expected:** **Steps to reproduce:** 1. Run HiveSync tool in docker using the below command. https://hudi.apache.org/docs/docker_demo/#step-3-sync-with-hive ### Environment **Hudi version:** 1.1.0 **Query engine:** (Spark/Flink/Trino etc) **Relevant configs:** ### Logs and Stack Trace Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/calcite/plan/RelOptRule Exception in thread "main" java.lang.NoClassDefFoundError: com/facebook/fb303/FacebookService$Iface -- 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]
