shahid created SPARK-26219:
------------------------------

             Summary: Executor summary is not getting updated for failure jobs 
in history server UI
                 Key: SPARK-26219
                 URL: https://issues.apache.org/jira/browse/SPARK-26219
             Project: Spark
          Issue Type: Bug
          Components: Spark Core
    Affects Versions: 2.4.0, 2.3.2
            Reporter: shahid
         Attachments: Screenshot from 2018-11-29 22-13-34.png, Screenshot from 
2018-11-29 22-13-44.png

Test step to reproduce:

{code:java}
bin/spark-shell --master yarn --conf spark.executor.instances=3
sc.parallelize(1 to 10000, 10).map{ x => throw new RuntimeException("Bad 
executor")}.collect() 
{code}

1)Open the application from History UI
2) Go to the executor tab





--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to