Lightning-fast cluster computing

Download Spark

The latest release is Spark 0.8.1, released December 19, 2013 (release notes) (git tag)

The Spark download includes Spark Streaming and MLlib.

Spark artifacts are hosted in Maven Central. You can add a Maven dependency with the following coordinates:

groupId: org.apache.spark
artifactId: spark-core_2.9.3
version: 0.8.1-incubating

Development Version

If you are interested in working with the newest under-development code or contributing to Spark development, you can also check out the master branch from Git: git clone git://github.com/apache/incubator-spark.git.

Once you’ve downloaded Spark, you can find instructions for installing and building it on the documentation page.

Previous Releases