Download Spark

The most recent packaged release of Spark is 0.3. You can download it as a .tar.gz file for either Scala 2.9 or Scala 2.8.

To work with the latest features, however, we recommend downloading the master branch of Spark using git:

git clone git://github.com/mesos/spark.git

Once you've downloaded Spark, follow the build instructions on GitHub.

Previous Releases