From 4cc449295a7457430df513ac65be9e6022829c1f Mon Sep 17 00:00:00 2001 From: Adithya Kamath Date: Sat, 28 Sep 2024 14:43:19 +0530 Subject: [PATCH 1/4] Fix jdk documentation for spark --- docs/source/user-guide/installation.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/source/user-guide/installation.md b/docs/source/user-guide/installation.md index a0a7aa7b27..2dc04c55c1 100644 --- a/docs/source/user-guide/installation.md +++ b/docs/source/user-guide/installation.md @@ -28,9 +28,12 @@ Make sure the following requirements are met and software installed on your mach ## Requirements -- [Apache Spark supported by Comet](overview.md#supported-apache-spark-versions) -- JDK 8 and up -- GLIBC 2.17 (Centos 7) and up +- **Apache Spark 3.3, 3.4, or 3.5** + - **Supported Java Versions**: JDK 8 and above + - **GLIBC**: 2.17 (CentOS 7) and above +- **Apache Spark 4.0** *(Experimental Support)* + - **Supported Java Versions**: JDK 11 and above (JDK 8 is not supported) + - **GLIBC**: 2.17 (CentOS 7) and above ## Deploying to Kubernetes From 0506224aea4950b859f0b3414b118eb70c47e157 Mon Sep 17 00:00:00 2001 From: adi-kmt Date: Sun, 29 Sep 2024 10:58:58 +0530 Subject: [PATCH 2/4] Fixing appache spark md link --- docs/source/user-guide/installation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/user-guide/installation.md b/docs/source/user-guide/installation.md index 2dc04c55c1..d267a368be 100644 --- a/docs/source/user-guide/installation.md +++ b/docs/source/user-guide/installation.md @@ -28,6 +28,8 @@ Make sure the following requirements are met and software installed on your mach ## Requirements +- [Apache Spark supported by Comet](overview.md#supported-apache-spark-versions) + - **Apache Spark 3.3, 3.4, or 3.5** - **Supported Java Versions**: JDK 8 and above - **GLIBC**: 2.17 (CentOS 7) and above From fb23d21660b448498036eefd107700cad2f885d8 Mon Sep 17 00:00:00 2001 From: justahuman1 <> Date: Sun, 29 Sep 2024 11:13:56 +0530 Subject: [PATCH 3/4] Adding spark documentation link to readme --- docs/source/user-guide/installation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/user-guide/installation.md b/docs/source/user-guide/installation.md index d267a368be..90ca7f56f1 100644 --- a/docs/source/user-guide/installation.md +++ b/docs/source/user-guide/installation.md @@ -28,7 +28,8 @@ Make sure the following requirements are met and software installed on your mach ## Requirements -- [Apache Spark supported by Comet](overview.md#supported-apache-spark-versions) +### Supported Apache Spark Versions +For more details, refer to the documentation: [Apache Spark supported by Comet](overview.md#supported-apache-spark-versions) - **Apache Spark 3.3, 3.4, or 3.5** - **Supported Java Versions**: JDK 8 and above From e2cd61529e5ea712d49717dbdd19c26d6b87c4c6 Mon Sep 17 00:00:00 2001 From: adi-kmt Date: Sun, 29 Sep 2024 11:35:53 +0530 Subject: [PATCH 4/4] Fixing java version based on the spark preview documentation --- docs/source/user-guide/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/user-guide/installation.md b/docs/source/user-guide/installation.md index 90ca7f56f1..4a5b0783bf 100644 --- a/docs/source/user-guide/installation.md +++ b/docs/source/user-guide/installation.md @@ -35,7 +35,7 @@ For more details, refer to the documentation: [Apache Spark supported by Comet]( - **Supported Java Versions**: JDK 8 and above - **GLIBC**: 2.17 (CentOS 7) and above - **Apache Spark 4.0** *(Experimental Support)* - - **Supported Java Versions**: JDK 11 and above (JDK 8 is not supported) + - **Supported Java Versions**: JDK 17/21 - **GLIBC**: 2.17 (CentOS 7) and above ## Deploying to Kubernetes