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
✋ I have searched the open/closed issues and my issue is not listed.
When my Spark job fails, I need it to restart from a saved checkpoint stored in my PV. Does the Spark Operator support reusing PVC? Currently, whenever I uninstall my Spark job, the associated PVC is also deleted. Are there any options to enable the Spark job to reuse the PVC and resume from the checkpoint?
As a workaround, I set the RestartPolicy to Never. When a job fails, I manually remove the resourceVersion and uid keys from the PV's claimRef section and then redeploy the Spark job. It would be great if this process could be automated.
Additional context
No response
Have the same question?
Give it a 👍 We prioritize the question with most 👍
The text was updated successfully, but these errors were encountered:
What question do you want to ask?
When my Spark job fails, I need it to restart from a saved checkpoint stored in my PV. Does the Spark Operator support reusing PVC? Currently, whenever I uninstall my Spark job, the associated PVC is also deleted. Are there any options to enable the Spark job to reuse the PVC and resume from the checkpoint?
As a workaround, I set the
RestartPolicy
toNever
. When a job fails, I manually remove theresourceVersion
anduid
keys from the PV'sclaimRef
section and then redeploy the Spark job. It would be great if this process could be automated.Additional context
No response
Have the same question?
Give it a 👍 We prioritize the question with most 👍
The text was updated successfully, but these errors were encountered: