[jira] [Commented] (SPARK-29051) Spark Application UI search is not working for some fields

2019-09-19 Thread Dmitry Parfenchik (Jira)


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

Dmitry Parfenchik commented on SPARK-29051:
---

I can confirm, the original goal of [PR 
-18783|https://github.com/apache/spark/pull/18783] was to improve perf, while 
preserving behavior.

Which it does in fact, since search over duration field was already disabled in 
[ore/src/main/resources/org/apache/spark/ui/static/historypage.js:L152|https://github.com/apache/spark/pull/18783/files#diff-77d1ca904f4bd8645c31f148047d9270L152]

Turns out this was explicitly introduced in 
[PR-15838|https://github.com/apache/spark/pull/15838] (SPARK-18396) and the 
reasoning seems to be ligitimate (cc: [~WangTao])

> Spark Application UI search is not working for some fields
> --
>
> Key: SPARK-29051
> URL: https://issues.apache.org/jira/browse/SPARK-29051
> Project: Spark
>  Issue Type: Bug
>  Components: Web UI
>Affects Versions: 2.4.3, 2.4.4
>Reporter: jobit mathew
>Priority: Minor
> Attachments: Duration Search.png, Duration Search1.png, Search 
> Missing.png, Search Missing.png
>
>
> Spark Application UI *Search is not working* for some fields in *Spark Web UI 
> Executors TAB* and Spark job History Server page
> *Test Steps*
>  1.Install spark
>  2.Start Spark SQL/Shell/beeline
>  3.Submit some SQL queries 
>  4.Close some spark applications
>  5.Check the Spark Web UI Executors TAB and verify search
>  6.Check Spark job History Server page and verify search
> *Issue 1*
> Searching of some field contents are not working in *Spark Web UI Executors 
> TAB*(Spark SQL/Shell/JDBC server UIs ).
> • *Input column*(search working wrongly .Example if input is 34.5KB,searching 
> of 34.5 won't take ,but 345 shows the search result -it is wrong)
>  • Task time search is Ok, but *GC time* search not working
>  • *Thread Dump* -search not working [have to confirm it is required to add 
> in search, but we are able to search stdout text in that case Thread Dump 
> text also should be searchable ]
>  • *Storage memory* example 384.1 search not searching.
> !Search Missing.png!
> *Issue 2:*
> *Spark job History Server page*,completed tasks- search is not working based 
> on *Duration column values*. We are getting the proper search result, if we 
> search the content from any other columns except Duration.*For example if 
> Duration is 6.1 min* we can not search result for 6.1 min or even 6.1.
> !Duration Search.png!
>   !Duration Search1.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Commented] (SPARK-29051) Spark Application UI search is not working for some fields

2019-09-17 Thread Aman Omer (Jira)


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

Aman Omer commented on SPARK-29051:
---

cc [~vanzin]

> Spark Application UI search is not working for some fields
> --
>
> Key: SPARK-29051
> URL: https://issues.apache.org/jira/browse/SPARK-29051
> Project: Spark
>  Issue Type: Bug
>  Components: Web UI
>Affects Versions: 2.4.3, 2.4.4
>Reporter: jobit mathew
>Priority: Minor
> Attachments: Duration Search.png, Duration Search1.png, Search 
> Missing.png, Search Missing.png
>
>
> Spark Application UI *Search is not working* for some fields in *Spark Web UI 
> Executors TAB* and Spark job History Server page
> *Test Steps*
>  1.Install spark
>  2.Start Spark SQL/Shell/beeline
>  3.Submit some SQL queries 
>  4.Close some spark applications
>  5.Check the Spark Web UI Executors TAB and verify search
>  6.Check Spark job History Server page and verify search
> *Issue 1*
> Searching of some field contents are not working in *Spark Web UI Executors 
> TAB*(Spark SQL/Shell/JDBC server UIs ).
> • *Input column*(search working wrongly .Example if input is 34.5KB,searching 
> of 34.5 won't take ,but 345 shows the search result -it is wrong)
>  • Task time search is Ok, but *GC time* search not working
>  • *Thread Dump* -search not working [have to confirm it is required to add 
> in search, but we are able to search stdout text in that case Thread Dump 
> text also should be searchable ]
>  • *Storage memory* example 384.1 search not searching.
> !Search Missing.png!
> *Issue 2:*
> *Spark job History Server page*,completed tasks- search is not working based 
> on *Duration column values*. We are getting the proper search result, if we 
> search the content from any other columns except Duration.*For example if 
> Duration is 6.1 min* we can not search result for 6.1 min or even 6.1.
> !Duration Search.png!
>   !Duration Search1.png!



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

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



[jira] [Commented] (SPARK-29051) Spark Application UI search is not working for some fields

2019-09-17 Thread Sean Owen (Jira)


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

Sean Owen commented on SPARK-29051:
---

I don't know, I think it's because the text is formatted in javascript? I am 
not sure of the best way to fix it. The original change was to improve 
performance.

> Spark Application UI search is not working for some fields
> --
>
> Key: SPARK-29051
> URL: https://issues.apache.org/jira/browse/SPARK-29051
> Project: Spark
>  Issue Type: Bug
>  Components: Web UI
>Affects Versions: 2.4.3, 2.4.4
>Reporter: jobit mathew
>Priority: Minor
> Attachments: Duration Search.png, Duration Search1.png, Search 
> Missing.png, Search Missing.png
>
>
> Spark Application UI *Search is not working* for some fields in *Spark Web UI 
> Executors TAB* and Spark job History Server page
> *Test Steps*
>  1.Install spark
>  2.Start Spark SQL/Shell/beeline
>  3.Submit some SQL queries 
>  4.Close some spark applications
>  5.Check the Spark Web UI Executors TAB and verify search
>  6.Check Spark job History Server page and verify search
> *Issue 1*
> Searching of some field contents are not working in *Spark Web UI Executors 
> TAB*(Spark SQL/Shell/JDBC server UIs ).
> • *Input column*(search working wrongly .Example if input is 34.5KB,searching 
> of 34.5 won't take ,but 345 shows the search result -it is wrong)
>  • Task time search is Ok, but *GC time* search not working
>  • *Thread Dump* -search not working [have to confirm it is required to add 
> in search, but we are able to search stdout text in that case Thread Dump 
> text also should be searchable ]
>  • *Storage memory* example 384.1 search not searching.
> !Search Missing.png!
> *Issue 2:*
> *Spark job History Server page*,completed tasks- search is not working based 
> on *Duration column values*. We are getting the proper search result, if we 
> search the content from any other columns except Duration.*For example if 
> Duration is 6.1 min* we can not search result for 6.1 min or even 6.1.
> !Duration Search.png!
>   !Duration Search1.png!



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

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



[jira] [Commented] (SPARK-29051) Spark Application UI search is not working for some fields

2019-09-17 Thread Aman Omer (Jira)


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

Aman Omer commented on SPARK-29051:
---

Changes done for History UI performance fix 
[https://github.com/apache/spark/pull/18783] cause this issue.

Why are we disabling only duration column from search?

[~srowen] [~2ooom]  Kindly check this.

> Spark Application UI search is not working for some fields
> --
>
> Key: SPARK-29051
> URL: https://issues.apache.org/jira/browse/SPARK-29051
> Project: Spark
>  Issue Type: Bug
>  Components: Web UI
>Affects Versions: 2.4.3, 2.4.4
>Reporter: jobit mathew
>Priority: Minor
> Attachments: Duration Search.png, Duration Search1.png, Search 
> Missing.png, Search Missing.png
>
>
> Spark Application UI *Search is not working* for some fields in *Spark Web UI 
> Executors TAB* and Spark job History Server page
> *Test Steps*
>  1.Install spark
>  2.Start Spark SQL/Shell/beeline
>  3.Submit some SQL queries 
>  4.Close some spark applications
>  5.Check the Spark Web UI Executors TAB and verify search
>  6.Check Spark job History Server page and verify search
> *Issue 1*
> Searching of some field contents are not working in *Spark Web UI Executors 
> TAB*(Spark SQL/Shell/JDBC server UIs ).
> • *Input column*(search working wrongly .Example if input is 34.5KB,searching 
> of 34.5 won't take ,but 345 shows the search result -it is wrong)
>  • Task time search is Ok, but *GC time* search not working
>  • *Thread Dump* -search not working [have to confirm it is required to add 
> in search, but we are able to search stdout text in that case Thread Dump 
> text also should be searchable ]
>  • *Storage memory* example 384.1 search not searching.
> !Search Missing.png!
> *Issue 2:*
> *Spark job History Server page*,completed tasks- search is not working based 
> on *Duration column values*. We are getting the proper search result, if we 
> search the content from any other columns except Duration.*For example if 
> Duration is 6.1 min* we can not search result for 6.1 min or even 6.1.
> !Duration Search.png!
>   !Duration Search1.png!



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

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



[jira] [Commented] (SPARK-29051) Spark Application UI search is not working for some fields

2019-09-11 Thread Aman Omer (Jira)


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

Aman Omer commented on SPARK-29051:
---

I would like to handle this.

> Spark Application UI search is not working for some fields
> --
>
> Key: SPARK-29051
> URL: https://issues.apache.org/jira/browse/SPARK-29051
> Project: Spark
>  Issue Type: Bug
>  Components: Web UI
>Affects Versions: 2.4.3, 2.4.4
>Reporter: jobit mathew
>Priority: Minor
>
> Spark Application UI *Search is not working* for some fields in *Spark Web UI 
> Executors TAB* and Spark job History Server page
> *Test Steps*
>  1.Install spark
>  2.Start Spark SQL/Shell/beeline
>  3.Submit some SQL queries 
>  4.Close some spark applications
>  5.Check the Spark Web UI Executors TAB and verify search
>  6.Check Spark job History Server page and verify search
> *Issue 1*
> Searching of some field contents are not working in *Spark Web UI Executors 
> TAB*(Spark SQL/Shell/JDBC server UIs ).
> • *Input column*(search working wrongly .Example if input is 34.5KB,searching 
> of 34.5 won't take ,but 345 shows the search result -it is wrong)
>  • Task time search is Ok, but *GC time* search not working
>  • *Thread Dump* -search not working [have to confirm it is required to add 
> in search, but we are able to search stdout text in that case Thread Dump 
> text also should be searchable ]
>  • *Storage memory* example 384.1 search not searching.
> *Issue 2:*
> *Spark job History Server page*,completed tasks- search is not working based 
> on *Duration column values*. We are getting the proper search result, if we 
> search the content from any other columns except Duration.*For example if 
> Duration is 6.1 min* we can not search result for 6.1 min or even 6.1.
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

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