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 creation of the Spark application resource does not trigger the submission of the Spark application (status is missing and so are the events).
The same setup is working with Helm chart v1.1.27.
✋ I have searched the open/closed issues and my issue is not listed.
Reproduction Code [Required]
Steps to reproduce the behavior:
Set up a new kubenetes cluster (I set up a local one with minikube start).
After further troubleshooting I discovered that the issue was related to replacing sparkJobNamespace with sparkJobNamespaces in #1955.
So I manage to get the Spark application working by changing the helm install instruction to helm install my-release spark-operator/spark-operator --namespace spark-operator --create-namespace --version 1.2.7 --set "sparkJobNamespaces={default}".
matthewrossi
changed the title
[BUG] Spark application does not start on new Helm chart versions
Spark application does not start on new Helm chart versions
May 10, 2024
Description
The creation of the Spark application resource does not trigger the submission of the Spark application (status is missing and so are the events).
The same setup is working with Helm chart v1.1.27.
Reproduction Code [Required]
Steps to reproduce the behavior:
minikube start
).spark-pi.yaml is equivalent to https://github.com/kubeflow/spark-operator/blob/master/examples/spark-pi.yaml with the exception of the image and service account (their default values gave issues also with Helm chart v1.1.27):
Expected behavior
The example application completes successfully (as with the Helm chart v1.1.27)
Actual behavior
The Spark application holds with empty status and no events
Terminal Output
Environment & Versions
Additional context
I am not using the latest version of the Helm chart (version 1.2.12) because I am facing an issue similar to #1991
The text was updated successfully, but these errors were encountered: