Devaraj K created SPARK-13619:
---------------------------------

             Summary: Jobs page UI shows wrong number of failed tasks
                 Key: SPARK-13619
                 URL: https://issues.apache.org/jira/browse/SPARK-13619
             Project: Spark
          Issue Type: Bug
          Components: Web UI
    Affects Versions: 1.6.0, 2.0.0
            Reporter: Devaraj K
            Priority: Minor


In Master and History Server UI's, Jobs page shows the wrong number of failed 
tasks.

http://X.X.X.X:8080/history/app-20160303024135-0001/jobs/

h3. Completed Jobs (1)

||Job Id||      Description||   Submitted||     Duration||      Stages: 
Succeeded/Total||       Tasks (for all stages): Succeeded/Total||
|0 | saveAsTextFile at PipeLineTest.java:52| 2016/03/03 02:41:36 |      16 s |  
2/2     | 100/100 (2 failed)|
\\
\\
When we go to the Job details page, we can see different number for failed 
tasks and It is the correct number based on the failed tasks.
http://x.x.x.x:8080/history/app-20160303024135-0001/jobs/job/?id=0

h3. Completed Stages (2)

||Stage Id||    Description||   Submitted||     Duration||      Tasks: 
Succeeded/Total||        Input|| Output||        Shuffle Read||  Shuffle Write||
|1|     saveAsTextFile at PipeLineTest.java:52 +details|2016/03/03 02:41:51|    
1 s|    50/50 (6 failed)|               |7.6 KB|        371.0 KB|       |
|0|     mapToPair at PipeLineTest.java:29 +details|2016/03/03 02:41:36| 15 s|   
50/50|  1521.7 MB|      |       |       371.0 KB|




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to