You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Marcelo Vanzin (JIRA)" <ji...@apache.org> on 2018/11/30 23:26:00 UTC

[jira] [Resolved] (SPARK-26219) Executor summary is not getting updated for failure jobs in history server UI

     [ https://issues.apache.org/jira/browse/SPARK-26219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcelo Vanzin resolved SPARK-26219.
------------------------------------
       Resolution: Fixed
         Assignee: shahid
    Fix Version/s: 3.0.0

> 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: 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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org