Re: Spark shell exits after 1 min

2014-03-17 Thread Sourav Chandra
Hi Sai, Simple ./spark-shell start spark application in "local" mode and it will work always (hopefully :)) When you specify spark url i.e. "spark://<>" It means you are running against spark standalone cluster and it implies spark master must be running on the given location (spark://localhost:7

Re: Spark shell exits after 1 min

2014-03-17 Thread Sai Prasanna
Solved...but dont know whats the difference... just giving ./spark-shell fixes it all...but dont know why !! On Mon, Mar 17, 2014 at 1:32 PM, Sai Prasanna wrote: > Hi everyone !! > > I installed scala 2.9.3, spark 0.8.1, oracle java 7... > > I launched master and logged on to the interactive sp