You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2017/07/12 06:02:22 UTC

spark git commit: [SPARK-21382] The note about Scala 2.10 in building-spark.md is wrong.

Repository: spark
Updated Branches:
  refs/heads/master 2cbfc975b -> 24367f23f


[SPARK-21382] The note about Scala 2.10 in building-spark.md is wrong.

[https://issues.apache.org/jira/browse/SPARK-21382](https://issues.apache.org/jira/browse/SPARK-21382)
There should be "Note that support for Scala 2.10 is deprecated as of Spark 2.1.0 and may be removed in Spark 2.3.0",right?

Author: liuzhaokun <li...@zte.com.cn>

Closes #18606 from liu-zhaokun/new07120923.


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

Branch: refs/heads/master
Commit: 24367f23f77349a864da340573e39ab2168c5403
Parents: 2cbfc97
Author: liuzhaokun <li...@zte.com.cn>
Authored: Tue Jul 11 23:02:20 2017 -0700
Committer: Reynold Xin <rx...@databricks.com>
Committed: Tue Jul 11 23:02:20 2017 -0700

----------------------------------------------------------------------
 docs/building-spark.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/24367f23/docs/building-spark.md
----------------------------------------------------------------------
diff --git a/docs/building-spark.md b/docs/building-spark.md
index 777635a..815843c 100644
--- a/docs/building-spark.md
+++ b/docs/building-spark.md
@@ -97,7 +97,7 @@ To produce a Spark package compiled with Scala 2.10, use the `-Dscala-2.10` prop
     ./dev/change-scala-version.sh 2.10
     ./build/mvn -Pyarn -Dscala-2.10 -DskipTests clean package
 
-Note that support for Scala 2.10 is deprecated as of Spark 2.1.0 and may be removed in Spark 2.2.0.
+Note that support for Scala 2.10 is deprecated as of Spark 2.1.0 and may be removed in Spark 2.3.0.
 
 ## Building submodules individually
 


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