xushiyan edited a comment on issue #3571: URL: https://github.com/apache/hudi/issues/3571#issuecomment-927251709
this looks like a jar mismatch issue. it's complaining about "java.lang.NoSuchFieldError: NULL_VALUE" https://github.com/apache/hudi/blob/178767948e906f673d6d4a357c65c11bc574f619/hudi-common/src/main/java/org/apache/hudi/avro/HoodieAvroUtils.java#L245-L246 @yuangjiang hudi-spark-bundle_2.11 should give you avro-1.8.2.jar, which is the right one. But in your environment i wonder if there is any different avro dependencies being supplied? can you double check on the jar/classpath aspect? -- 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]
