Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-10885

Display the failed output op in Streaming UI

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.5.2, 1.6.0
    • DStreams
    • None

    Description

      Now if an output operation failed because of an error in the closure of `foreachRDD`, such as,

          wordCounts.foreachRDD { rdd =>
            if (Random.nextInt(2) == 0) {
              throw new RuntimeException("xxx")
            }
          }
      

      we cannot display the error information.

      Attachments

        Activity

          People

            zsxwing Shixiong Zhu
            zsxwing Shixiong Zhu
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: