Re: Problem when execute spark-shell

2014-03-17 Thread Yexi Jiang
Thanks all! I figured it out... I thought sbt package is enough... 2014-03-17 21:46 GMT-04:00 Debasish Das : > You need the spark assembly jar to run spark shellPlease do sbt > assembly to generate the jar > On Mar 17, 2014 2:11 PM, "Yexi Jiang" wrote: > >> Hi, >> >> I am a beginner

Re: Problem when execute spark-shell

2014-03-17 Thread Debasish Das
You need the spark assembly jar to run spark shellPlease do sbt assembly to generate the jar On Mar 17, 2014 2:11 PM, "Yexi Jiang" wrote: > Hi, > > I am a beginner of Spark. > Currently I am trying to install spark on my laptop. > > I followed the tutorial at > http://spark.apache.org/scr

Re: Problem when execute spark-shell

2014-03-17 Thread Shivani Rao
I am new and i don't know much either. But this is what helped me. a) Check if the compiled jar is in /spark-0.9.0-incubating/assembly/target/scala-2.10.1/ b) Try sbt package command c) spark-shell will only run from the root of the spark-0.9.0-incubating directory. I think the path of the shell s

Problem when execute spark-shell

2014-03-17 Thread Yexi Jiang
Hi, I am a beginner of Spark. Currently I am trying to install spark on my laptop. I followed the tutorial at http://spark.apache.org/screencasts/1-first-steps-with-spark.html (The only difference is that I installed scala-2.10.1 instead of 2.9.2). I packaged spark successfully with "sbt package