Lightning-fast cluster computing

Download Spark

The latest release of Spark is Spark 1.3.0, released on March 13, 2015 (release notes) (git tag)

  1. Chose a Spark release:

  2. Chose a package type:

  3. Chose a download type:

  4. Download Spark:

  5. Verify this release using the .

Note: Scala 2.11 users should download the Spark source package and build with Scala 2.11 support.

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.10
version: 1.3.0

Development and Maintenance Branches

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:

# Master development branch
git clone git://github.com/apache/spark.git

# 1.3 maintenance branch with stability fixes on top of Spark 1.3.0
git clone git://github.com/apache/spark.git -b branch-1.3

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

All Releases