-
Notifications
You must be signed in to change notification settings - Fork 306
chore: Fix jdk documentation for spark #979
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
4cc4492
0506224
fb23d21
e2cd615
46408e0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -30,17 +30,22 @@ Make sure the following requirements are met and software installed on your mach | |
|
|
||
| ### Supported Spark Versions | ||
|
|
||
| Comet currently supports the following versions of Apache Spark: | ||
| ### 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** | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We would like to remove duplications in doc for Supported Apache Versions @adi-kmt Is there any specific reason of having this duplication?
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Main motive was to indicate the different jdk versions wrt to the apache spark versions. Do you think it could be written in a better way? |
||
| - **Supported Java Versions**: JDK 8 and above | ||
| - **GLIBC**: 2.17 (CentOS 7) and above | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Our latest release is built on Ubuntu 20.04 which has glibc 2.31. Could we update that here?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. For pre-built binary release, we can mention what glibc we use. Although I think it doesn't mean older glibc is not supported, users still can build by themselves and use older glibc. |
||
| - **Scala**: 2.12/2.13 | ||
| - **Apache Spark 4.0** *(Experimental Support - is intended for development/testing use only and should not be used in production yet.)* | ||
| - **Supported Java Versions**: JDK 17/21 | ||
| - **GLIBC**: 2.17 (CentOS 7) and above | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. for GLIBC Im thinking if its good to specify a Linux distribution... I would leave just a version and put a command to check GLIBC like |
||
| - **Scala**: 2.13 | ||
|
|
||
| - 3.3.x (Java 8/11/17, Scala 2.12/2.13) | ||
| - 3.4.x (Java 8/11/17, Scala 2.12/2.13) | ||
| - 3.5.x (Java 8/11/17, Scala 2.12/2.13) | ||
|
|
||
| Experimental support is provided for the following versions of Apache Spark and is intended for development/testing | ||
| use only and should not be used in production yet. | ||
|
|
||
| - 4.0.0-preview1 (Java 17/21, Scala 2.13) | ||
|
|
||
| Note that Comet may not fully work with proprietary forks of Apache Spark such as the Spark versions offered by | ||
| Cloud Service Providers. | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.