Skip to content

Commit 9055812

Browse files
authored
Update supported versions. (#274)
* Update supported versions. * Fix image name and add scala version.
1 parent 2c807ca commit 9055812

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

docs/modules/spark-k8s/pages/index.adoc

+5
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,8 @@ In the xref:stackablectl::demos/spark-k8s-anomaly-detection-taxi-data.adoc[] dem
5757
The Stackable Operator for Apache Spark on Kubernetes currently supports the following versions of Spark:
5858

5959
include::partial$supported-versions.adoc[]
60+
61+
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:
62+
63+
- pyspark-k8s:3.3.0-hadoop3 : Python 3.9
64+
- pyspark-k8s:3.4.0-hadoop3 : Python 3.11

docs/modules/spark-k8s/partials/supported-versions.adoc

+2-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,5 @@
22
// This is a separate file, since it is used by both the direct Spark documentation, and the overarching
33
// Stackable Platform documentation.
44

5-
- 3.2.1-hadoop3.2
6-
- 3.2.1-hadoop3.2-python39
7-
- 3.3.0-hadoop3
8-
- 3.4.0-hadoop3
5+
- 3.3.0-hadoop3 (Hadoop 3.3.3, Scala 2.12, Java 11)
6+
- 3.4.0-hadoop3 (Hadoop 3.3.4, Scala 2.12, Java 11)

0 commit comments

Comments
 (0)