Re: REST Api not working in spark

2015-12-26 Thread Hokam Singh Chauhan
Hi Aman, Looks like the old version of jersey is going with shaded jar. Add the below jersey 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,

Re: REST Api not working in spark

2015-12-26 Thread vivek.meghanathan
Which JRE version you are using? One possibility is you are running a lover version of JRE than it required. Regards Vivek Sent using CloudMagic Email On Fri, Dec 25, 2015 at 4:13 pm, aman solanki

REST Api not working in spark

2015-12-25 Thread aman solanki
Hi All, I am getting below error while fetching job details of an application via rest api that spark provides. Can anybody help around the same why i am getting below error? Thanks in Advance..!!! FYI. My application is a streaming application. Error 503 Service Unavailable HTTP ERROR