Re: How to handle auto-restart in Kubernetes Spark application

2021-05-02 Thread Ali Gouta
Hello,

Better to ask your question on the spark operator github and not on this
mailing list. For the answer, try:

type: Always

Best regards,
Ali Gouta.

On Sun, May 2, 2021 at 6:15 PM Sachit Murarka 
wrote:

> Hi All,
>
> I am using Spark with Kubernetes, Can anyone please tell me how I can
> handle restarting failed Spark jobs?
>
> I have used following property but it is not working
>
>  restartPolicy:
> type: OnFailure
>
> Kind Regards,
> Sachit Murarka
>


How to handle auto-restart in Kubernetes Spark application

2021-05-02 Thread Sachit Murarka
Hi All,

I am using Spark with Kubernetes, Can anyone please tell me how I can
handle restarting failed Spark jobs?

I have used following property but it is not working

 restartPolicy:
type: OnFailure

Kind Regards,
Sachit Murarka