Running Examples

2014-08-04 Thread cetaylor
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

Installing Spark 1.0.1

2014-07-30 Thread cetaylor
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