You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Shixiong Zhu (JIRA)" <ji...@apache.org> on 2015/09/30 17:53:04 UTC

[jira] [Created] (SPARK-10885) Display the failed output op in Streaming UI

Shixiong Zhu created SPARK-10885:
------------------------------------

             Summary: Display the failed output op in Streaming UI
                 Key: SPARK-10885
                 URL: https://issues.apache.org/jira/browse/SPARK-10885
             Project: Spark
          Issue Type: Bug
          Components: Streaming
            Reporter: Shixiong Zhu


Now if an output operation failed because of an error in the closure of `foreachRDD`, such as, 
{code}
    wordCounts.foreachRDD { rdd =>
      if (Random.nextInt(2) == 0) {
        throw new RuntimeException("xxx")
      }
    }
{code}

we cannot display the error information.



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

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