zhangyue19921010 opened a new issue #3607: URL: https://github.com/apache/hudi/issues/3607
**_Tips before filing an issue_** - Have you gone through our [FAQs](https://cwiki.apache.org/confluence/display/HUDI/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** We are testing about presto on hudi with hudi metadata table enable. But presto server will throw the exception that ``` java.lang.NoClassDefFoundError: Could not initialize class org.apache.hudi.avro.model.HoodieMetadataFileInfo at org.apache.hudi.metadata.HoodieMetadataPayload.lambda$null$2(HoodieMetadataPayload.java:120) at java.util.HashMap.forEach(HashMap.java:1289) at org.apache.hudi.metadata.HoodieMetadataPayload.lambda$createPartitionFilesRecord$3(HoodieMetadataPayload.java:120) at org.apache.hudi.common.util.Option.ifPresent(Option.java:96) ``` And query is pending forever. could anyone please take a look and give me a hand? Thanks in advanced. **To Reproduce** Steps to reproduce the behavior: **Expected behavior** A clear and concise description of what you expected to happen. **Environment Description** * Hudi version : 0.8.0 * presto version : 0.236 * Hive version : 2.3.7 * Hadoop version :xxx * Storage (HDFS/S3/GCS..) : s3 * Running on Docker? (yes/no) : 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]
