Re: Is it possible to use windows service to start and stop spark standalone cluster

2015-03-11 Thread Yana Kadiyska
anks for the suggestion. I will try that. > > > > Ningjun > > > > > > From: Silvio Fiorito [mailto:silvio.fior...@granturing.com] > Sent: Wednesday, March 11, 2015 12:40 AM > To: Wang, Ningjun (LNG-NPV); user@spark.apache.org > Subject: Re: Is it possible to use windows

RE: Is it possible to use windows service to start and stop spark standalone cluster

2015-03-11 Thread Wang, Ningjun (LNG-NPV)
Thanks for the suggestion. I will try that. Ningjun From: Silvio Fiorito [mailto:silvio.fior...@granturing.com] Sent: Wednesday, March 11, 2015 12:40 AM To: Wang, Ningjun (LNG-NPV); user@spark.apache.org Subject: Re: Is it possible to use windows service to start and stop spark standalone

Re: Is it possible to use windows service to start and stop spark standalone cluster

2015-03-10 Thread Silvio Fiorito
Have you tried Apache Daemon? http://commons.apache.org/proper/commons-daemon/procrun.html From: , "Ningjun (LNG-NPV)" Date: Tuesday, March 10, 2015 at 11:47 PM To: "user@spark.apache.org<mailto:user@spark.apache.org>" Subject: Is it possible to use windows servi

Is it possible to use windows service to start and stop spark standalone cluster

2015-03-10 Thread Wang, Ningjun (LNG-NPV)
We are using spark stand alone cluster on Windows 2008 R2. I can start spark clusters by open an command prompt and run the following bin\spark-class.cmd org.apache.spark.deploy.master.Master bin\spark-class.cmd org.apache.spark.deploy.worker.Worker spark://mywin.mydomain.com:7077 I can stop s