You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Alex Bozarth (JIRA)" <ji...@apache.org> on 2016/10/05 23:28:20 UTC

[jira] [Commented] (SPARK-17793) Sorting on the description on the Job or Stage page doesn’t always work

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

Alex Bozarth commented on SPARK-17793:
--------------------------------------

I have a fix for this and will be submitting the pr soon

> Sorting on the description on the Job or Stage page doesn’t always work
> -----------------------------------------------------------------------
>
>                 Key: SPARK-17793
>                 URL: https://issues.apache.org/jira/browse/SPARK-17793
>             Project: Spark
>          Issue Type: Bug
>          Components: Web UI
>    Affects Versions: 2.1.0
>            Reporter: Alex Bozarth
>            Priority: Minor
>
> When you sort on Description on the jobs or stages table when there's no description, just the stage name, it will sort the rows in the same order where it’s supposed to be descending or ascending. This behave oddly when none of the stages have descriptions and the column doesn't sort on what's displayed (the stage names)
> Seems to be caused by a doing a getOrElse(“”) on the description, causing them all to be equal. Since description doesn't always exist and the Stage name usually does, the column should secondary sort on stage name for clarity.



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

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