Alex Bozarth created SPARK-17793:
------------------------------------
Summary: 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: [email protected]
For additional commands, e-mail: [email protected]