From 4ed0682cbcbdfc5b962fad2d0026905fc2697b20 Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Wed, 30 Jun 2021 23:26:12 -0700 Subject: [PATCH 1/2] [SPARK-35962][DOCS] Deprecate old Java 8 versions prior to 8u201 --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 1fb213a209c98..66caf2eaad9c5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 8u201 support is deprecated as of Spark 3.0.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). From bd75c77addf5594b33d95172df7584ac503e7307 Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Wed, 30 Jun 2021 23:39:29 -0700 Subject: [PATCH 2/2] a --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 66caf2eaad9c5..2e6fc99a3d312 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 8u201 support is deprecated as of Spark 3.0.0. +Java 8 prior to version 8u201 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).