amrishlal commented on PR #9001:
URL: https://github.com/apache/hudi/pull/9001#issuecomment-1656921588

   > what is your hudi version? 
   
   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`
   
   


-- 
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]

Reply via email to