Re: Spark 2.4.0 Master going down

2019-02-28 Thread Lokesh Kumar Padhnavis
Hi Akshay Thanks for the response please find below the answers to your questions. 1. We are running Spark in cluster mode the cluster manager being Spark's standalone cluster manager. 2. All the ports are open and we preconfigure on what ports the communication should happen and modify firewall

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

2015-09-28 Thread Lokesh Kumar Padhnavis
dd 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 Padhnavis < > lok...@dataken.net> wrote: > >> Thanks Akhil for the reply, >> >> I am using ant and

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.4.0 compute-classpath.sh

2015-07-15 Thread Lokesh Kumar Padhnavis
Thanks a lot :) On Wed, Jul 15, 2015 at 11:48 PM Marcelo Vanzin wrote: > That has never been the correct way to set you app's classpath. > > Instead, look at http://spark.apache.org/docs/latest/configuration.html > and search for "extraClassPath". > > On Wed, Jul 15, 2015 at 9:43 AM, lokeshkumar