summaryrefslogtreecommitdiff
path: root/site/downloads.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/downloads.html')
-rw-r--r--site/downloads.html38
1 files changed, 20 insertions, 18 deletions
diff --git a/site/downloads.html b/site/downloads.html
index 317d9c33b..6897a4f47 100644
--- a/site/downloads.html
+++ b/site/downloads.html
@@ -106,7 +106,7 @@
Documentation <b class="caret"></b>
</a>
<ul class="dropdown-menu">
- <li><a href="/docs/latest/">Latest Release (Spark 1.6.2)</a></li>
+ <li><a href="/docs/latest/">Latest Release (Spark 2.0.0)</a></li>
<li><a href="/documentation.html">Older Versions and Other Resources</a></li>
</ul>
</li>
@@ -150,6 +150,9 @@
<h5>Latest News</h5>
<ul class="list-unstyled">
+ <li><a href="/news/spark-2-0-0-released.html">Spark 2.0.0 released</a>
+ <span class="small">(Jul 27, 2016)</span></li>
+
<li><a href="/news/spark-1-6-2-released.html">Spark 1.6.2 released</a>
<span class="small">(Jun 25, 2016)</span></li>
@@ -159,9 +162,6 @@
<li><a href="/news/spark-2.0.0-preview.html">Preview release of Spark 2.0</a>
<span class="small">(May 26, 2016)</span></li>
- <li><a href="/news/spark-summit-june-2016-agenda-posted.html">Spark Summit (June 6, 2016, San Francisco) agenda posted</a>
- <span class="small">(Apr 17, 2016)</span></li>
-
</ul>
<p class="small" style="text-align: right;"><a href="/news/index.html">Archive</a></p>
</div>
@@ -192,9 +192,9 @@ $(document).ready(function() {
<h2 id="download-apache-sparktrade">Download Apache Spark&#8482;</h2>
-<p>Our latest stable version is Apache Spark 1.6.2, released on June 25, 2016
-<a href="/releases/spark-release-1-6-2.html">(release notes)</a>
-<a href="https://github.com/apache/spark/releases/tag/v1.6.2">(git tag)</a><br /></p>
+<p>Our latest stable version is Apache Spark 2.0.0, released on July 27, 2016
+<a href="/releases/spark-release-2-0-0.html">(release notes)</a>
+<a href="https://github.com/apache/spark/releases/tag/v2.0.0">(git tag)</a><br /></p>
<ol>
<li>
@@ -220,23 +220,25 @@ $(document).ready(function() {
<p><em>Note: Scala 2.11 users should download the Spark source package and build
<a href="http://spark.apache.org/docs/latest/building-spark.html#building-for-scala-211">with Scala 2.11 support</a>.</em></p>
-<h3 id="latest-preview-release">Latest Preview Release</h3>
+<!--
+### Latest Preview Release
-<p>Preview releases, as the name suggests, are releases for previewing upcoming features.
-Unlike nightly packages, preview releases have been audited by the project&#8217;s management committee
-to satisfy the legal requirements of Apache Software Foundation&#8217;s release policy.
+Preview releases, as the name suggests, are releases for previewing upcoming features.
+Unlike nightly packages, preview releases have been audited by the project's management committee
+to satisfy the legal requirements of Apache Software Foundation's release policy.
Preview releases are not meant to be functional, i.e. they can and highly likely will contain
-critical bugs or documentation errors.</p>
+critical bugs or documentation errors.
-<p>The latest preview release is Spark 2.0.0-preview, published on May 24, 2016.
-You can select and download it above.</p>
+The latest preview release is Spark 2.0.0-preview, published on May 24, 2016.
+You can select and download it above.
+-->
<h3 id="link-with-spark">Link with Spark</h3>
<p>Spark artifacts are <a href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.spark%22">hosted in Maven Central</a>. You can add a Maven dependency with the following coordinates:</p>
<pre><code>groupId: org.apache.spark
-artifactId: spark-core_2.10
-version: 1.6.2
+artifactId: spark-core_2.11
+version: 2.0.0
</code></pre>
<h3 id="spark-source-code-management">Spark Source Code Management</h3>
@@ -245,8 +247,8 @@ version: 1.6.2
<pre><code># Master development branch
git clone git://github.com/apache/spark.git
-# 1.6 maintenance branch with stability fixes on top of Spark 1.6.2
-git clone git://github.com/apache/spark.git -b branch-1.6
+# 2.0 maintenance branch with stability fixes on top of Spark 2.0.0
+git clone git://github.com/apache/spark.git -b branch-2.0
</code></pre>
<p>Once you&#8217;ve downloaded Spark, you can find instructions for installing and building it on the <a href="/documentation.html">documentation page</a>.</p>