-
I have a dependency to run specific version of Spark 3.3.x, as per documentation only the Stackable Operator for Apache Spark on Kubernetes currently supports the following versions of Spark: Can I provide my image of spark 3.3.3 and submit it to the operator? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
We did support 3.3 in our previous release (23.7) and removed it in 23.11. Here's what the Dockerfile looked like at that point: https://github.com/stackabletech/docker-images/blob/23.7.0/spark-k8s/Dockerfile Please let us know if you need any further help. |
Beta Was this translation helpful? Give feedback.
-
Spark 3.3 has at least one known bug on K8S that may or may not affect you. |
Beta Was this translation helpful? Give feedback.
We did support 3.3 in our previous release (23.7) and removed it in 23.11.
I do not think we made any breaking changes so I think it'd definitely be worth a shot, yes.
Here's what the Dockerfile looked like at that point: https://github.com/stackabletech/docker-images/blob/23.7.0/spark-k8s/Dockerfile
Please let us know if you need any further help.