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

In stage UI, add an overview section that shows task stats grouped by executor id

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.9.0
    • None

    Description

      It would be very useful in the stage ui to show aggregated task information similar in semantics to the following SQL:

      SELECT sum(duration), count(tasks) count(failed tasks), count(succeeded tasks), sum(shuffle read), sum(shuffle write) FROM tasks GROUP BY executorId
      

      Attachments

        Activity

          People

            leftnoteasy Wangda Tan
            rxin Reynold Xin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: