You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2015/05/30 13:59:37 UTC

spark git commit: [SPARK-7890] [DOCS] Document that Spark 2.11 now supports Kafka

Repository: spark
Updated Branches:
  refs/heads/master 0978aec9c -> 8c8de3ed8


[SPARK-7890] [DOCS] Document that Spark 2.11 now supports Kafka

Remove caveat about Kafka / JDBC not being supported for Scala 2.11

Author: Sean Owen <so...@cloudera.com>

Closes #6470 from srowen/SPARK-7890 and squashes the following commits:

4652634 [Sean Owen] One more rewording
7b7f3c8 [Sean Owen] Restore note about JDBC component
126744d [Sean Owen] Remove caveat about Kafka / JDBC not being supported for Scala 2.11


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/8c8de3ed
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/8c8de3ed
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/8c8de3ed

Branch: refs/heads/master
Commit: 8c8de3ed863985554e84fd07d1cdcaeca7e3375c
Parents: 0978aec
Author: Sean Owen <so...@cloudera.com>
Authored: Sat May 30 07:59:27 2015 -0400
Committer: Sean Owen <so...@cloudera.com>
Committed: Sat May 30 07:59:27 2015 -0400

----------------------------------------------------------------------
 docs/building-spark.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/8c8de3ed/docs/building-spark.md
----------------------------------------------------------------------
diff --git a/docs/building-spark.md b/docs/building-spark.md
index b2649d1..b4cea15 100644
--- a/docs/building-spark.md
+++ b/docs/building-spark.md
@@ -130,9 +130,7 @@ To produce a Spark package compiled with Scala 2.11, use the `-Dscala-2.11` prop
     dev/change-version-to-2.11.sh
     mvn -Pyarn -Phadoop-2.4 -Dscala-2.11 -DskipTests clean package
 
-Scala 2.11 support in Spark does not support a few features due to dependencies
-which are themselves not Scala 2.11 ready. Specifically, Spark's external 
-Kafka library and JDBC component are not yet supported in Scala 2.11 builds.
+Spark does not yet support its JDBC component for Scala 2.11.
 
 # Spark Tests in Maven
 


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