Simple Spark examples
These examples runs on scala 2.10 which is still not supported on spark master branch so you need first to clone the spark and build it on the scala-2.10 branch as follows:
git clone [email protected]:apache/incubator-spark.git
cd incubator-spark
sbt publish-local
Tweet to @dosht