You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by pw...@apache.org on 2015/01/09 08:12:14 UTC

svn commit: r1650452 - in /spark: downloads.md site/downloads.html

Author: pwendell
Date: Fri Jan  9 07:12:13 2015
New Revision: 1650452

URL: http://svn.apache.org/r1650452
Log:
Adding download text relating to Scala 2.11

Modified:
    spark/downloads.md
    spark/site/downloads.html

Modified: spark/downloads.md
URL: http://svn.apache.org/viewvc/spark/downloads.md?rev=1650452&r1=1650451&r2=1650452&view=diff
==============================================================================
--- spark/downloads.md (original)
+++ spark/downloads.md Fri Jan  9 07:12:13 2015
@@ -33,6 +33,9 @@ The latest release of Spark is Spark 1.2
 
 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:
 

Modified: spark/site/downloads.html
URL: http://svn.apache.org/viewvc/spark/site/downloads.html?rev=1650452&r1=1650451&r2=1650452&view=diff
==============================================================================
--- spark/site/downloads.html (original)
+++ spark/site/downloads.html Fri Jan  9 07:12:13 2015
@@ -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>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org