summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@apache.org>2015-01-09 07:12:13 +0000
committerPatrick Wendell <pwendell@apache.org>2015-01-09 07:12:13 +0000
commit370051280bde430ad5872f3216592821b5acb041 (patch)
tree7ce9f1e2c89974b8fe71e5ff95d2b41da99d2726
parent11276bf6a6797f113f1cfc0894a53e40f366f0b5 (diff)
downloadspark-website-370051280bde430ad5872f3216592821b5acb041.tar.gz
spark-website-370051280bde430ad5872f3216592821b5acb041.tar.bz2
spark-website-370051280bde430ad5872f3216592821b5acb041.zip
Adding download text relating to Scala 2.11
-rw-r--r--downloads.md3
-rw-r--r--site/downloads.html3
2 files changed, 6 insertions, 0 deletions
diff --git a/downloads.md b/downloads.md
index 843407aab..f97d966ea 100644
--- a/downloads.md
+++ b/downloads.md
@@ -33,6 +33,9 @@ The latest release of Spark is Spark 1.2.0, released on December 18, 2014
5. Verify this release using the <span id="sparkDownloadVerify"></span>.
+_Note: Scala 2.11 users should download the Spark source package and build
+[with Scala 2.11 support](http://spark.apache.org/docs/latest/building-spark.html#building-for-scala-211)._
+
### Link with Spark
Spark artifacts are [hosted in Maven Central](http://search.maven.org/#browse%7C1686516968). You can add a Maven dependency with the following coordinates:
diff --git a/site/downloads.html b/site/downloads.html
index 58a34664f..4d4934927 100644
--- a/site/downloads.html
+++ b/site/downloads.html
@@ -199,6 +199,9 @@ $(document).ready(function() {
</li>
</ol>
+<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="link-with-spark">Link with Spark</h3>
<p>Spark artifacts are <a href="http://search.maven.org/#browse%7C1686516968">hosted in Maven Central</a>. You can add a Maven dependency with the following coordinates:</p>