Skip to content

Commit 24367f2

Browse files
liu-zhaokunrxin
authored andcommitted
[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 <[email protected]> Closes apache#18606 from liu-zhaokun/new07120923.
1 parent 2cbfc97 commit 24367f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/building-spark.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ To produce a Spark package compiled with Scala 2.10, use the `-Dscala-2.10` prop
9797
./dev/change-scala-version.sh 2.10
9898
./build/mvn -Pyarn -Dscala-2.10 -DskipTests clean package
9999

100-
Note that support for Scala 2.10 is deprecated as of Spark 2.1.0 and may be removed in Spark 2.2.0.
100+
Note that support for Scala 2.10 is deprecated as of Spark 2.1.0 and may be removed in Spark 2.3.0.
101101

102102
## Building submodules individually
103103

0 commit comments

Comments
 (0)