Re: Spark stand alone cluster mode

2014-03-11 Thread Yana Kadiyska
ot; part means it's in your classpath. Spark-shell script sets up a lot of stuff for you so... On Tue, Mar 11, 2014 at 9:02 AM, Gino Mathews wrote: > Hi, > > I am new to spark. > I would like to run jobs in Spark stand alone cluster mode. > > No cluser managers other than spark i

Spark stand alone cluster mode

2014-03-11 Thread Gino Mathews
Hi, I am new to spark. I would like to run jobs in Spark stand alone cluster mode. No cluser managers other than spark is used. (https://spark.apache.org/docs/0.9.0/spark-standalone.html) I have tried wordcount from spark shell and stand alone scala app. The code reads input from HDFS and