Hi

In case my previous email was lacking in details here are some more details.

- using Spark 2.0.0
- launching the job
using org.apache.spark.launcher.SparkLauncher.startApplication(myListener)
- checking state in the listener's stateChanged method


On Thu, Sep 29, 2016 at 5:24 PM, Aseem Bansal <asmbans...@gmail.com> wrote:

> Hi
>
> Submitting job via spark api but I never get fail status even when the job
> throws an exception or exit via System.exit(-1)
>
> How do I indicate via SparkListener API that my job failed?
>

Reply via email to