[
https://issues.apache.org/jira/browse/SPARK-26219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
shahid updated SPARK-26219:
---------------------------
Description:
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!
was:
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
> 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
> Priority: Major
> 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: [email protected]
For additional commands, e-mail: [email protected]