From 5b8d11e2c5e0ff482af2403306ae7039840b26be Mon Sep 17 00:00:00 2001 From: Patrick Wendell Date: Sat, 28 Sep 2013 22:18:03 +0000 Subject: Improvements to download page. --- downloads.md | 50 ++++++++++++++++++++++++++++++++------------------ 1 file changed, 32 insertions(+), 18 deletions(-) (limited to 'downloads.md') diff --git a/downloads.md b/downloads.md index 15831a90a..7a66fa4ad 100644 --- a/downloads.md +++ b/downloads.md @@ -7,26 +7,40 @@ navigation: show: true --- -

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)]({{site.url}}releases/spark-release-0-8-0.html) (tag: [v0.8.0-incubating](https://git-wip-us.apache.org/repos/asf?p=incubator-spark.git;a=commit;h=3b85a8558da2c87873c85f227a189e45bf16b65d)) +* Download sources: [find an Apache mirror](http://www.apache.org/dyn/closer.cgi/incubator/spark/spark-0.8.0-incubating/spark-0.8.0-incubating.tgz) or [direct file download](http://spark-project.org/download/spark-0.8.0-incubating.tgz) +* Download binaries for Hadoop1/CDH3: [find an Apache mirror](http://www.apache.org/dyn/closer.cgi/incubator/spark/spark-0.8.0-incubating/spark-0.8.0-incubating-bin-hadoop1.tgz) or [direct file download](http://spark-project.org/download/spark-0.8.0-incubating-bin-hadoop1.tgz) +* Download binaries for CDH4: [find an Apache mirror](http://www.apache.org/dyn/closer.cgi/incubator/spark/spark-0.8.0-incubating/spark-0.8.0-bin-cdh4.tgz) or [direct file download](http://spark-project.org/download/spark-0.8.0-incubating-bin-cdh4.tgz) +* Verify your download: [Apache signatures and checksums](http://www.apache.org/dist/incubator/spark/spark-0.8.0-incubating/) + +### Link Against Spark +Spark artifacts are [hosted in Maven Central](http://search.maven.org/#browse%7C1686516968). 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

+* [Spark 0.7.3](http://spark-project.org/download/spark-0.7.3-sources.tgz) (July 16, 2013) [(release notes)]({{site.url}}releases/spark-release-0-7-3.html) (prebuilt: +[Hadoop 1/ CDH3](http://spark-project.org/download/spark-0.7.3-prebuilt-hadoop1.tgz), [CDH 4](http://spark-project.org/download/spark-0.7.3-prebuilt-cdh4.tgz)) +* [Spark 0.7.2](http://spark-project.org/download/spark-0.7.2-sources.tgz) (June 2, 2013) [(release notes)]({{site.url}}releases/spark-release-0-7-2.html) (prebuilt: +[Hadoop 1/ CDH3](http://spark-project.org/download/spark-0.7.2-prebuilt-hadoop1.tgz), [CDH 4](http://spark-project.org/download/spark-0.7.2-prebuilt-cdh4.tgz)) +* [Spark 0.7.0](http://spark-project.org/download/spark-0.7.0-sources.tgz) (February 27, 2013) [(release notes)]({{site.url}}releases/spark-release-0-7-0.html") +* [Spark 0.6.2](http://spark-project.org/download/spark-0.6.2-sources.tgz) (February 7, 2013) [(release notes)]({{site.url}}releases/spark-release-0-6-2.html") +* [Spark 0.6.1](http://spark-project.org/download-spark-0.6.1-sources-tgz) (November 22, 2012) [(release notes)]({{site.url}}releases/spark-release-0-6-1.html") +* [Spark 0.5.2](http://spark-project.org/download-spark-0.5.2-sources-tgz) (November 22, 2012) [(release notes)]({{site.url}}releases/spark-release-0-5-2.html") +* [Spark 0.6.0](http://spark-project.org/download-spark-0.6.0-sources-tgz) (October 15, 2012) [(release notes)]({{site.url}}releases/spark-release-0-6-0.html) +* [Spark 0.5.1](http://spark-project.org/download-spark-0.5.1-sources-tgz) (October 11, 2012) [(release notes)]({{site.url}}releases/spark-release-0-5-1.html) +* [Spark 0.5.0](http://spark-project.org/download-spark-0.5.0-sources-tgz) (June 12, 2012) [(release notes)]({{site.url}}releases/spark-release-0-5-0.html) +* [Spark 0.3 for Scala 2.9]("http://spark-project.org/download-spark-0.3-for-scala-2-9-sources-tgz") (July 14, 2011) [release notes]({{site.url}}releases/spark-release-0-3.html) +* [Spark 0.3 for Scala 2.8](http://spark-project.org/download-spark-0.3-for-scala-2-8-sources-tgz) (July 14, 2011) [(release notes)]({{site.url}}releases/spark-release-0-3.html) +* [Spark 0.2](http://spark-project.org/download-spark-0.2-sources-tgz) (May 24, 2011) + -- cgit v1.2.3