Skip to content

Commit 365b019

Browse files
committed
Update supported versions.
1 parent 2c807ca commit 365b019

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

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

Lines changed: 5 additions & 0 deletions
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` instead of `spark`. These come with different Python versions as follows:
62+
63+
- pyspark:3.3.0-hadoop3 : Python 3.9
64+
- pyspark:3.4.0-hadoop3 : Python 3.11

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

Lines changed: 2 additions & 4 deletions
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, Java 11)
6+
- 3.4.0-hadoop3 (Hadoop 3.3.4, Java 11)

0 commit comments

Comments
 (0)