gt;> wrote:
>>
>>> Testet with Spark 1.5.2 … Works perfect when exit code is non-zero.
>>> And does not Restart with exit code equals zero.
>>>
>>>
>>> Von: Prem Sure
>>> Datum: Mittwoch, 25. November 2015 19:57
>>> An: SRK
&g
25. November 2015 19:57
>> An: SRK
>> Cc:
>> Betreff: Re: Automatic driver restart does not seem to be working in
>> Spark Standalone
>>
>> I think automatic driver restart will happen, if driver fails with
>> non-zero exit code.
>>
>&g
;
>
> Von: Prem Sure
> Datum: Mittwoch, 25. November 2015 19:57
> An: SRK
> Cc:
> Betreff: Re: Automatic driver restart does not seem to be working in
> Spark Standalone
>
> I think automatic driver restart will happen, if driver fails with
> non-zero exit code.
>
Testet with Spark 1.5.2 Works perfect when exit code is non-zero.
And does not Restart with exit code equals zero.
Von: Prem Sure
Datum: Mittwoch, 25. November 2015 19:57
An: SRK
Cc:
Betreff: Re: Automatic driver restart does not seem to be working in Spark
Standalone
I think
I think automatic driver restart will happen, if driver fails with non-zero
exit code.
--deploy-mode cluster
--supervise
On Wed, Nov 25, 2015 at 1:46 PM, SRK wrote:
> Hi,
>
> I am submitting my Spark job with supervise option as shown below. When I
> kill the driver and the app from UI, t