summaryrefslogtreecommitdiff
path: root/downloads.md
diff options
context:
space:
mode:
authorAndy Konwinski <andrew@apache.org>2013-08-23 17:17:53 +0000
committerAndy Konwinski <andrew@apache.org>2013-08-23 17:17:53 +0000
commit81d6089b47ec4d3e7fe17074f3b5fadec8070071 (patch)
tree1401e9f4bc6e1b9f4596ebecc5b7332d9ed96f3a /downloads.md
parent71bac61ea11df8144a9a3d2be75ef996517b136d (diff)
downloadspark-website-81d6089b47ec4d3e7fe17074f3b5fadec8070071.tar.gz
spark-website-81d6089b47ec4d3e7fe17074f3b5fadec8070071.tar.bz2
spark-website-81d6089b47ec4d3e7fe17074f3b5fadec8070071.zip
Initial port of Spark website from spark-project.org wordpress to Jekyll.
Diffstat (limited to 'downloads.md')
-rw-r--r--downloads.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/downloads.md b/downloads.md
new file mode 100644
index 000000000..65dbdf079
--- /dev/null
+++ b/downloads.md
@@ -0,0 +1,31 @@
+---
+layout: global
+title: Downloads
+type: singular
+navigation:
+ weight: 3
+ show: true
+---
+
+<h2>Download Spark</h2>
+The latest release of Spark is 0.7.3. You can either download it as a <a href="/download/spark-0.7.3-sources.tgz">source package</a> (4 MB tar.gz) or get prebuilt packages for <a href="/download/spark-0.7.3-prebuilt-hadoop1.tgz">Hadoop 1 / CDH3</a> or <a href="/download/spark-0.7.3-prebuilt-cdh4.tgz">CDH 4</a> (61 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>.
+
+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.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="/download/spark-0.7.3-prebuilt-hadoop1.tgz">Hadoop 1 / CDH3</a>, <a href="{{site.url}}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="/download/spark-0.7.2-prebuilt-hadoop1.tgz">Hadoop 1 / CDH3</a>, <a href="/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>
+