Re: Error getting response from spark driver rest APIs : java.lang.IncompatibleClassChangeError: Implementing class

2015-12-26 Thread Hokam Singh Chauhan
Hi Rakesh, Looks like the old version of jersey is going with shaded jar. Add the below dependencies in your shaded jar, It will resolve the *InvocationTargetException *issue. jersey-client-1.9 jersey-core-1.9 jersey-json-1.9 jersey-grizzly2-1.9 jersey-guice-1.9 jersey-server-1.9 Regards, Hokam

Error getting response from spark driver rest APIs : java.lang.IncompatibleClassChangeError: Implementing class

2015-12-16 Thread ihavethepotential
Hi all, I am trying to get the job details for my spark application using a REST call to the driver API. I am making a GET request to the following URI /api/v1/applications/socketEs2/jobs But getting the following exception: 015-12-16 19:46:28 qtp1912556493-56 [WARN ] ServletHandler -