Hello,
I downloaded and built Spark 1.0.1 using sbt/sbt assembly. Once built I
attempted to go through a couple examples. I could run Spark interactively
through the Scala Shell and the example sc.parallelize(1 to 1000).count()
returned correcly with 1000. Then I attempted to run the example us
Hello,
I am attempting to install Spark 1.0.1 on a windows machine but I've been
running into some difficulties. When I attempt to run some examples I am
always met with the same response: Failed to find Spark assembly JAR. You
need to build Spark with sbt\sbt assembly before running this progra