fix Spark version

This commit is contained in:
Dongjoon Hyun 2021-06-30 23:31:35 -07:00
parent ba0a479bda
commit 6a2f4348ae

View file

@ -41,7 +41,7 @@ Spark runs on both Windows and UNIX-like systems (e.g. Linux, Mac OS), and it sh
Spark runs on Java 8/11, Scala 2.12, Python 3.6+ and R 3.5+.
Python 3.6 support is deprecated as of Spark 3.2.0.
Java 8 prior to version 8u92 support is deprecated as of Spark 3.0.0.
Java 8 prior to version 8u92 support is deprecated as of Spark 3.2.0.
For the Scala API, Spark {{site.SPARK_VERSION}}
uses Scala {{site.SCALA_BINARY_VERSION}}. You will need to use a compatible Scala version
({{site.SCALA_BINARY_VERSION}}.x).