From 370051280bde430ad5872f3216592821b5acb041 Mon Sep 17 00:00:00 2001 From: Patrick Wendell Date: Fri, 9 Jan 2015 07:12:13 +0000 Subject: Adding download text relating to Scala 2.11 --- downloads.md | 3 +++ site/downloads.html | 3 +++ 2 files changed, 6 insertions(+) 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 . +_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() { +

Note: Scala 2.11 users should download the Spark source package and build +with Scala 2.11 support.

+

Spark artifacts are hosted in Maven Central. You can add a Maven dependency with the following coordinates:

-- cgit v1.2.3