Lightning-fast cluster computing

Download Spark

The latest release is Spark 1.0.2, released August 5, 2014 (release notes) (git tag)

Pre-built packages:

Pre-built packages, third-party (NOTE: may include non ASF-compatible licenses):

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

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