Download Spark

The latest release is Spark 0.8.0 (September 25, 2013) (release notes) (tag: v0.8.0-incubating)

Spark artifacts are hosted in Maven Central. You can depend on them at the following coordinates:

groupId: org.apache.spark
artifactId: spark-core_2.9.3
version: 0.8.0-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