Application SUCCESS/FAILURE status using spark API

2016-01-22 Thread Raghvendra Singh
Hi, Does any body know how can we get the application status of a spark app using the API ? Currently its giving only the completed status as true/false. I am trying to build a application manager kind of thing where one can see the apps deployed and their status, and do some actions based on

Re: spark-1.2.0--standalone-ha-zookeeper

2016-01-20 Thread Raghvendra Singh
deploy.zookeeper.dir="/spark"' > > > A good thing to check if everything went OK is the folder /spark on the > ZooKeeper server. I could not find it on my server. > > Thanks for reading, > > Paul > > > 2016-01-19 22:12 GMT+01:00 Raghvendra Singh <raghve

Re: spark-1.2.0--standalone-ha-zookeeper

2016-01-19 Thread Raghvendra Singh
Hi, there is one question. In spark-env.sh should i specify all masters for parameter SPARK_MASTER_IP. I've set SPARK_DAEMON_JAVA_OPTS already with zookeeper configuration as specified in spark documentation. Thanks & Regards Raghvendra On Wed, Jan 20, 2016 at 1:46 AM, Raghvendra S

Re: spark-1.2.0--standalone-ha-zookeeper

2016-01-19 Thread Raghvendra Singh
Here's the complete master log on reproducing the error http://pastebin.com/2YJpyBiF Regards Raghvendra On Wed, Jan 20, 2016 at 12:38 AM, Raghvendra Singh < raghvendra.ii...@gmail.com> wrote: > Ok I Will try to reproduce the problem. Also I don't think this is an > uncommon