-

Download Spark

-

The latest release of Spark is 0.8.0. You can either download it as a source package (4 MB tar.gz) or as a prebuilt package for Hadoop 1 / CDH3 or CDH 4 (125 MB tar.gz).

+

Download Spark

+

The latest release is Spark 0.8.0 (September 25, 2013) (release notes) (tag: v0.8.0-incubating)

+ + + +

Spark artifacts are hosted in Maven Central. You can depend on them at the following coordinates:

+ +
groupId: org.apache.spark
+artifactId: spark-core_2.9.3
+version: 0.8.0-incubating
+
+ +

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

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

-

Previous Releases

+ +

Previous Releases

-- cgit v1.2.3