summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>