xuzifu666 commented on PR #9001: URL: https://github.com/apache/hudi/pull/9001#issuecomment-1663203677
> > what is your hudi version? > > @xuzifu666, I am building hudi from the master branch. > > > and from the stack, and jar submit,it maybe your user jar contains jsr depency and version is too low > > I don't have a user jar. Everything here is hudi codebase. I am just trying to run the integration tests from command line. The only dependency I see is on jackson 2.10 > > `mvn clean dependency:tree -Dincludes=com.fasterxml.jackson.datatype -Pintegration-tests` > > This has to do something with the runtime setup. Note the package name in `NoClassDefFoundError` message. It is looking for `JavaTimeModule` in the wrong package somehow: > > `java.lang.NoClassDefFoundError: org/apache/hudi/com/fasterxml/jackson/datatype/jsr310/JavaTimeModule` https://github.com/apache/hudi/pull/9349 can this pr resolve your problem? @amrishlal -- 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]
