summaryrefslogtreecommitdiff
path: root/downloads.md
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@apache.org>2013-09-25 21:12:46 +0000
committerPatrick Wendell <pwendell@apache.org>2013-09-25 21:12:46 +0000
commita5051c33c8728dcf2b84ae781b8d9bc05fb0e528 (patch)
treeb4f19507a7aec2315548756b7ef49f9887eab00d /downloads.md
parent43949b33e0f1ae3f52c878852cc81505276be00b (diff)
downloadspark-website-a5051c33c8728dcf2b84ae781b8d9bc05fb0e528.tar.gz
spark-website-a5051c33c8728dcf2b84ae781b8d9bc05fb0e528.tar.bz2
spark-website-a5051c33c8728dcf2b84ae781b8d9bc05fb0e528.zip
Adding 0.8.0 release.
Diffstat (limited to 'downloads.md')
-rw-r--r--downloads.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/downloads.md b/downloads.md
index d90e01cc1..1ebbe633b 100644
--- a/downloads.md
+++ b/downloads.md
@@ -8,13 +8,14 @@ navigation:
---
<h2>Download Spark</h2>
-The latest release of Spark is 0.7.3. You can either download it as a <a href="http://spark-project.org/download/spark-0.7.3-sources.tgz">source package</a> (4 MB tar.gz) or get prebuilt packages for <a href="http://spark-project.org/download/spark-0.7.3-prebuilt-hadoop1.tgz">Hadoop 1 / CDH3</a> or <a href="http://spark-project.org/download/spark-0.7.3-prebuilt-cdh4.tgz">CDH 4</a> (61 MB tar.gz).
+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).
-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/mesos/spark.git</tt>.
+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> (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>