Tathagata Das created SPARK-9573:
------------------------------------

             Summary: Forward exceptions in batch jobs to the awaitTermination 
thread
                 Key: SPARK-9573
                 URL: https://issues.apache.org/jira/browse/SPARK-9573
             Project: Spark
          Issue Type: Bug
            Reporter: Tathagata Das


Currently, if a batch fails with an exception, the failure is only logged in 
the background and the system moves on. This is okay in many usecases, but in 
some usecases (especially when you are debugging), the users wants to see all 
the failures. This JIRA is for failing the context when on a batch failure, 
when a SparkConf flag (say, spark.streaming.failContextOnBatchFailure) is set 
to true. Default should be false for Spark 1.5.0. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to