So... one solution would be to use a non-Jurassic version of Jackson. 2.6 will drop before too long, and 3.0 is in longer-term planning. The 1.x series is long deprecated.
If you're genuinely stuck with something ancient, then you need to include the JAR that contains the class, and 1.9.13 does not. Why do you think you need that particular version? — [email protected] | Multifarious, Inc. | http://mult.ifario.us/ On Thu, Mar 12, 2015 at 9:58 AM, Uthayan Suthakar < [email protected]> wrote: > Hello Guys, > > I'm running into below error: > > Exception in thread "main" java.lang.NoClassDefFoundError: > org/codehaus/jackson/annotate/JsonClass > > I have created a uber jar with Jackson-core-asl.1.9.13 and passed it with > --jars configuration, but still getting errors. I searched on the net and > found a few suggestions, such as disabling "USE_ANNOTATIONS", still no joy. > > I tried disabling SQL module and recompiled Spark and installed the custom > library, yet no joy. > > I'm running out of ideas, could you please assist me with this issue? > > Many thanks. > > > Uthay. > > >
