[ 
https://issues.apache.org/jira/browse/SPARK-6534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14380646#comment-14380646
 ] 

Sean Owen commented on SPARK-6534:
----------------------------------

Headers are Index, ID, attempt:
https://github.com/apache/spark/blob/6948ab6f8ba836446b005f2cf1cc4abc944c5053/core/src/main/scala/org/apache/spark/ui/jobs/StagePage.scala#L180

Rows looks like index, ID attempt too:
https://github.com/apache/spark/blob/6948ab6f8ba836446b005f2cf1cc4abc944c5053/core/src/main/scala/org/apache/spark/ui/jobs/StagePage.scala#L520

I glanced at the instantiations of {{TaskInfo}} and they look correct too (args 
are ID, index, attempt).

Could still be wrong but is there more to why you're pretty sure it's wrong?

> Task ID and Index columns appear to be reversed on AM web UI
> ------------------------------------------------------------
>
>                 Key: SPARK-6534
>                 URL: https://issues.apache.org/jira/browse/SPARK-6534
>             Project: Spark
>          Issue Type: Bug
>    Affects Versions: 1.2.0
>            Reporter: Alex Shafer
>            Priority: Minor
>         Attachments: task_id_index.png
>
>
> On the AM web UI at /stages/stage?id=X&attempt=Y it looks like the Index and 
> ID columns are reversed for the Tasks table.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to