summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReynold Xin <rxin@databricks.com>2016-07-26 22:05:57 -0700
committerReynold Xin <rxin@databricks.com>2016-07-26 22:05:57 -0700
commit0915efb8d90b37b8d6417ff88971ce143444bf5c (patch)
treeef4df7608f56b6d626774ecc035eb0d7f33a6a25
parentd7dcb6c8b96bffa894714f2348973c107b433738 (diff)
downloadspark-website-0915efb8d90b37b8d6417ff88971ce143444bf5c.tar.gz
spark-website-0915efb8d90b37b8d6417ff88971ce143444bf5c.tar.bz2
spark-website-0915efb8d90b37b8d6417ff88971ce143444bf5c.zip
Updated Scala 2.11 note
-rw-r--r--downloads.md5
-rw-r--r--site/downloads.html5
2 files changed, 6 insertions, 4 deletions
diff --git a/downloads.md b/downloads.md
index 5354869bc..178120d00 100644
--- a/downloads.md
+++ b/downloads.md
@@ -33,8 +33,9 @@ Our latest stable version is Apache Spark 2.0.0, released on July 27, 2016
5. Verify this release using the <span id="sparkDownloadVerify"></span> and [project release KEYS](https://www.apache.org/dist/spark/KEYS).
-_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)._
+_Note: Starting version 2.0, Spark is built with Scala 2.11 by default.
+Scala 2.10 users should download the Spark source package and build
+[with Scala 2.10 support](http://spark.apache.org/docs/latest/building-spark.html#building-for-scala-210)._
<!--
### Latest Preview Release
diff --git a/site/downloads.html b/site/downloads.html
index 6897a4f47..b8218613d 100644
--- a/site/downloads.html
+++ b/site/downloads.html
@@ -217,8 +217,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>
+<p><em>Note: Starting version 2.0, Spark is built with Scala 2.11 by default.
+Scala 2.10 users should download the Spark source package and build
+<a href="http://spark.apache.org/docs/latest/building-spark.html#building-for-scala-210">with Scala 2.10 support</a>.</em></p>
<!--
### Latest Preview Release