Mulavar opened a new issue, #6169: URL: https://github.com/apache/hudi/issues/6169
**_Tips before filing an issue_** - Have you gone through our [FAQs](https://hudi.apache.org/learn/faq/)? - Join the mailing list to engage in conversations and get faster support at [email protected]. - If you have triaged this as a bug, then file an [issue](https://issues.apache.org/jira/projects/HUDI/issues) directly. **Describe the problem you faced** I am a beginner in hudi, and when I tried to run the example at org/apache/hudi/examples/java/HoodieJavaWriteClientExample.java, I got the java.lang.NoClassDefFoundError exception like following:  I knew this is caused by the wrong maven scope, and there was a lot `provided` dependencies preventing me from running the examples properly. **To Reproduce** Steps to reproduce the behavior: Run the example org/apache/hudi/examples/java/HoodieJavaWriteClientExample.java. **Expected behavior** Maybe we can use `compile` dependency for the example? It is very troublesome to run the example normally now. **Environment Description** * Hudi version : * Spark version : * Hive version : * Hadoop version : * Storage (HDFS/S3/GCS..) : * Running on Docker? (yes/no) : **Additional context** Add any other context about the problem here. **Stacktrace** ```Add the stacktrace of the error.``` -- 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]
