You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The list of supported Spark versions must be adjusted in the documentation, the docker-images repository, and the integration tests. Currently they differ.
Documentation
The documentation states that the following versions are supported:
3.2.1-hadoop3.2
3.2.1-hadoop3.2-python39
3.3.0-hadoop3
Docker images
There are only images tagged with
3.2.1-stackable23.1.0
3.3.0-stackable23.1.0
There is no explicit python39 image.
In the next release, there will also be an image tagged with 3.3.0-java17-stackable23.4.0 but only for pyspark, not for spark.
Integration tests
The integration tests only cover 3.3.0-stackable23.1.0. A local test run with 3.2.1-stackable23.1.0 failed.
The text was updated successfully, but these errors were encountered:
The list of supported Spark versions must be adjusted in the documentation, the docker-images repository, and the integration tests. Currently they differ.
Documentation
The documentation states that the following versions are supported:
Docker images
There are only images tagged with
There is no explicit python39 image.
In the next release, there will also be an image tagged with 3.3.0-java17-stackable23.4.0 but only for pyspark, not for spark.
Integration tests
The integration tests only cover 3.3.0-stackable23.1.0. A local test run with 3.2.1-stackable23.1.0 failed.
The text was updated successfully, but these errors were encountered: