You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean Owen (JIRA)" <ji...@apache.org> on 2016/11/14 11:23:58 UTC

[jira] [Resolved] (SPARK-18396) "Duration" column makes search result confused, maybe we should make it unsearchable

     [ https://issues.apache.org/jira/browse/SPARK-18396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Owen resolved SPARK-18396.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 2.1.0

Issue resolved by pull request 15838
[https://github.com/apache/spark/pull/15838]

> "Duration" column makes search result confused, maybe we should make it unsearchable
> ------------------------------------------------------------------------------------
>
>                 Key: SPARK-18396
>                 URL: https://issues.apache.org/jira/browse/SPARK-18396
>             Project: Spark
>          Issue Type: Bug
>          Components: Web UI
>    Affects Versions: 2.0.0, 2.0.1
>            Reporter: Tao Wang
>             Fix For: 2.1.0
>
>
> When we search data in History Server, it will check if any columns contains the search string. Duration is represented as long value in table, so if we search simple string like "003", "111", the duration containing "003", ‘111“ will be showed, which make not much sense to users.
> We cannot simply transfer the long value to meaning format  like "1 h", "3.2 min" because they are also used for sorting. Better way to handle it is ban "Duration" columns from searching.



--
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