I haven't tried spark 0.8 but I had similar problems with bringing up the master node on previous versions of spark (0.7.x). I'm using this command to start the master and it works for me:
./run spark.deploy.master.Master Thanks, Meisam On Thu, Oct 10, 2013 at 5:14 AM, vinayak navale <[email protected]> wrote: > Hi, > > I am trying to install spark latest version i.e 0.8.0 > > when i run this will get follwoing error. > > # ./start-master.sh > starting org.apache.spark.deploy.master.Master, logging to > /opt/spark/spark/bin/../logs/spark-root-org.apache.spark.deploy.master.Master-1-nymong04.adnear.net.out > failed to launch org.apache.spark.deploy.master.Master: > > Error: Could not find or load main class > org.apache.spark.deploy.master.Master > full log in > /opt/spark/spark/bin/../logs/spark-root-org.apache.spark.deploy.master.Master-1-nymong04.adnear.net.ou > > help will be appreciated > > Thanks, > Vinayak. > >
