Skip to content

Update supported versions. #274

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

Merged
merged 2 commits into from
Aug 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/modules/spark-k8s/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,8 @@ In the xref:stackablectl::demos/spark-k8s-anomaly-detection-taxi-data.adoc[] dem
The Stackable Operator for Apache Spark on Kubernetes currently supports the following versions of Spark:

include::partial$supported-versions.adoc[]

The Spark images do not include Python. For PySpark users, there are separate images called `pyspark-k8s` instead of `spark-k8s`. These come with different Python versions as follows:

- pyspark-k8s:3.3.0-hadoop3 : Python 3.9
- pyspark-k8s:3.4.0-hadoop3 : Python 3.11
6 changes: 2 additions & 4 deletions docs/modules/spark-k8s/partials/supported-versions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,5 @@
// This is a separate file, since it is used by both the direct Spark documentation, and the overarching
// Stackable Platform documentation.

- 3.2.1-hadoop3.2
- 3.2.1-hadoop3.2-python39
- 3.3.0-hadoop3
- 3.4.0-hadoop3
- 3.3.0-hadoop3 (Hadoop 3.3.3, Scala 2.12, Java 11)
- 3.4.0-hadoop3 (Hadoop 3.3.4, Scala 2.12, Java 11)