Lightning-fast cluster computing

Download Apache Spark™

Our latest stable version is Apache Spark 1.6.2, released on June 25, 2016 (release notes) (git tag)

  1. Choose a Spark release:

  2. Choose a package type:

  3. Choose 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.

Latest Preview Release

Preview releases, as the name suggests, are releases for previewing upcoming features. Unlike nightly packages, preview releases have been audited by the project’s management committee to satisfy the legal requirements of Apache Software Foundation’s release policy. Preview releases are not meant to be functional, i.e. they can and highly likely will contain critical bugs or documentation errors.

The latest preview release is Spark 2.0.0-preview, published on May 24, 2016. You can select and download it above.

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

Spark Source Code Management

If you are interested in working with the newest under-development code or contributing to Apache Spark development, you can also check out the master branch from Git:

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

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

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

Release Notes for Stable Releases

    Nightly Packages and Artifacts

    For developers, Spark maintains nightly builds and SNAPSHOT artifacts. More information is available on the Spark developer Wiki.