Lightning-fast cluster computing

Download Spark

The latest release is Spark 1.0.0, released May 30, 2014 (release notes) (git tag)

Pre-built packages:

Sources: find an Apache mirror or direct file download

Verify your download: signatures and checksums

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.0.0

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/spark.git.

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

All Releases