Tao Wang created SPARK-18396:
--------------------------------

             Summary: "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.1, 2.0.0
            Reporter: Tao Wang


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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to