Re: Spark 1.5.0 Not able to submit jobs using cluster URL

2015-09-28 Thread Lokesh Kumar Padhnavis
Hey Akhil My bad its eclipse cache issue, once I cleared it worked fine On Mon, Sep 28, 2015 at 2:56 PM Akhil Das wrote: > Well, for some reason your test is picking up the older jar then. Best way > to sort it out would be to create a build file for your project and add the > dependencies

Re: Spark 1.5.0 Not able to submit jobs using cluster URL

2015-09-28 Thread Akhil Das
Well, for some reason your test is picking up the older jar then. Best way to sort it out would be to create a build file for your project and add the dependencies in the build file rather than you manually putting the jars. Thanks Best Regards On Mon, Sep 28, 2015 at 2:44 PM, Lokesh Kumar Padhna

Re: Spark 1.5.0 Not able to submit jobs using cluster URL

2015-09-28 Thread Lokesh Kumar Padhnavis
Thanks Akhil for the reply, I am using ant and I placed the latest 1.5.0 jar file in my code and I am actually testing this on my laptop, so I have got only two places to change one in spark itself and the other in my code. And I did that. On Mon, Sep 28, 2015 at 2:30 PM Akhil Das wrote: > Upda

Re: Spark 1.5.0 Not able to submit jobs using cluster URL

2015-09-28 Thread Akhil Das
Update the dependency version in your jobs build file, Also make sure you have updated the spark version to 1.5.0 everywhere. (in the cluster, code) Thanks Best Regards On Mon, Sep 28, 2015 at 11:29 AM, lokeshkumar wrote: > Hi forum > > I have just upgraded spark from 1.4.0 to 1.5.0 and am runn

Spark 1.5.0 Not able to submit jobs using cluster URL

2015-09-27 Thread lokeshkumar
Hi forum I have just upgraded spark from 1.4.0 to 1.5.0 and am running my old (1.4.0) jobs on 1.5.0 using 'spark://ip:7077' cluster URL. But the job does not seem to start and errors out at server with below incompatible class exception 15/09/28 11:20:07 INFO Master: 10.0.0.195:34702 got disassoc