summaryrefslogtreecommitdiff
path: root/downloads.md
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@apache.org>2013-09-28 22:18:03 +0000
committerPatrick Wendell <pwendell@apache.org>2013-09-28 22:18:03 +0000
commit5b8d11e2c5e0ff482af2403306ae7039840b26be (patch)
treee4488795671d0678a08dc023d1a8567c4e01a898 /downloads.md
parent5ae67f8aa211e3fd677b073449bcfac549f6f950 (diff)
downloadspark-website-5b8d11e2c5e0ff482af2403306ae7039840b26be.tar.gz
spark-website-5b8d11e2c5e0ff482af2403306ae7039840b26be.tar.bz2
spark-website-5b8d11e2c5e0ff482af2403306ae7039840b26be.zip
Improvements to download page.
Diffstat (limited to 'downloads.md')
-rw-r--r--downloads.md50
1 files changed, 32 insertions, 18 deletions
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
---
-<h2>Download Spark</h2>
-The latest release of Spark is 0.8.0. You can either download it as a <a href="http://spark-project.org/download/spark-0.8.0-incubating.tgz">source package</a> (4 MB tar.gz) or as a prebuilt package for <a href="http://spark-project.org/download/spark-0.8.0-incubating-bin-hadoop1.tgz">Hadoop 1 / CDH3</a> or <a href="http://spark-project.org/download/spark-0.8.0-incubating-bin-cdh4.tgz">CDH 4</a> (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: <tt>git clone git://github.com/apache/incubator-spark.git</tt>.
Once you've downloaded Spark, you can find instructions for installing and building it on the <a href="{{site.url}}documentation.html">documentation page</a>.
-<h3>Previous Releases</h3>
-<ul>
- <li><a href="http://spark-project.org/download/spark-0.8.0-incubating.tgz">Spark 0.8.0</a> (September 25, 2013) <a href="{{site.url}}releases/spark-release-0-8-0.html">(release notes)</a> <a href="http://www.apache.org/dist/incubator/spark/spark-0.8.0-incubating/">(checksums)</a> (prebuilt: <a href="http://spark-project.org/download/spark-0.8.0-incubating-bin-hadoop1.tgz">Hadoop 1 / CDH3</a>, <a href="http://spark-project.org/download/spark-0.8.0-incubating-bin-cdh4.tgz">CDH 4</a>)</li>
- <li><a href="http://spark-project.org/download/spark-0.7.3-sources.tgz">Spark 0.7.3</a> (July 16, 2013) <a href="{{site.url}}releases/spark-release-0-7-3.html">(release notes)</a> (prebuilt: <a href="http://spark-project.org/download/spark-0.7.3-prebuilt-hadoop1.tgz">Hadoop 1 / CDH3</a>, <a href="http://spark-project.org/download/spark-0.7.3-prebuilt-cdh4.tgz">CDH 4</a>)</li>
- <li><a href="http://spark-project.org/download/spark-0.7.2-sources.tgz">Spark 0.7.2</a> (June 2, 2013) <a href="{{site.url}}releases/spark-release-0-7-2.html">(release notes)</a> (prebuilt: <a href="http://spark-project.org/download/spark-0.7.2-prebuilt-hadoop1.tgz">Hadoop 1 / CDH3</a>, <a href="http://spark-project.org/download/spark-0.7.2-prebuilt-cdh4.tgz">CDH 4</a>)</li>
- <li><a href="http://spark-project.org/download/spark-0.7.0-sources.tgz">Spark 0.7.0</a> (February 27, 2013) <a href="{{site.url}}releases/spark-release-0-7-0.html">(release notes)</a></li>
- <li><a href="http://spark-project.org/download/spark-0.6.2-sources.tgz">Spark 0.6.2</a> (February 7, 2013) <a href="{{site.url}}releases/spark-release-0-6-2.html">(release notes)</a></li>
- <li><a href="http://spark-project.org/download-spark-0.6.1-sources-tgz">Spark 0.6.1</a> (November 22, 2012) <a href="{{site.url}}releases/spark-release-0-6-1.html">(release notes)</a></li>
- <li><a href="http://spark-project.org/download-spark-0.5.2-sources-tgz">Spark 0.5.2</a> (November 22, 2012) <a href="{{site.url}}releases/spark-release-0-5-2.html">(release notes)</a></li>
- <li><a href="http://spark-project.org/download-spark-0.6.0-sources-tgz">Spark 0.6.0</a> (October 15, 2012) <a href="{{site.url}}releases/spark-release-0-6-0.html">(release notes)</a></li>
- <li><a href="http://spark-project.org/download-spark-0.5.1-sources-tgz">Spark 0.5.1</a> (October 11, 2012) <a href="{{site.url}}releases/spark-release-0-5-1.html">(release notes)</a></li>
- <li><a href="http://spark-project.org/download-spark-0.5.0-sources-tgz">Spark 0.5.0</a> (June 12, 2012) <a href="{{site.url}}releases/spark-release-0-5-0.html">(release notes)</a></li>
- <li><a href="http://spark-project.org/download-spark-0.3-for-scala-2-9-sources-tgz">Spark 0.3 for Scala 2.9</a> (July 14, 2011) <a href="{{site.url}}releases/spark-release-0-3.html">(release notes)</a></li>
- <li><a href="http://spark-project.org/download-spark-0.3-for-scala-2-8-sources-tgz">Spark 0.3 for Scala 2.8</a> (July 14, 2011) <a href="{{site.url}}releases/spark-release-0-3.html">(release notes)</a></li>
- <li><a href="http://spark-project.org/download-spark-0.2-sources-tgz">Spark 0.2</a> (May 24, 2011)</li>
-</ul>
+
+<h3 id="previous-releases">Previous Releases</h3>
+* [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)
+