[ https://issues.apache.org/jira/browse/SPARK-26219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Marcelo Vanzin updated SPARK-26219: ----------------------------------- Fix Version/s: 2.4.1 > 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.3.2, 2.4.0 > Reporter: shahid > Assignee: shahid > Priority: Major > Fix For: 2.4.1, 3.0.0 > > 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 > From History UI: > !Screenshot from 2018-11-29 22-13-34.png! > From Live UI: > !Screenshot from 2018-11-29 22-13-44.png! -- 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