[jira] [Assigned] (SPARK-34123) Faster way to display/render entries in HistoryPage (Spark history server summary page)

2021-01-17 Thread Sean R. Owen (Jira)


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

Sean R. Owen reassigned SPARK-34123:


Assignee: Mohanad Elsafty

> Faster way to display/render entries in HistoryPage (Spark history server 
> summary page)
> ---
>
> Key: SPARK-34123
> URL: https://issues.apache.org/jira/browse/SPARK-34123
> Project: Spark
>  Issue Type: Improvement
>  Components: Web UI
>Affects Versions: 3.2.0
>Reporter: Mohanad Elsafty
>Assignee: Mohanad Elsafty
>Priority: Major
> Attachments: Screenshot 2021-01-15 at 1.21.40 PM.png
>
>
> Since a long time ago my team/company suffered from history server being very 
> slow to display/search entries specially when entries grow over 50k entry, 
> regardless there is a pagination there in that page already but still very 
> slow to display the entries.
>   
> Current situation *Mustache Js* is used to render the entries and 
> *datatables* is used to manipulate it (sort by column and search).
>  
> By getting rid of *Mustache*  (stop rendering the entries using *Mustache*) 
> and using *datatables*  to display it proved to be faster.
>  
> Displaying > 100k entries (my case):
> Existing takes at least 30 to 40 seconds to display the entries, searching 
> takes at least 20 seconds and the page stop responding until it finishes.
> Improved takes ~3 seconds to display the entries searching is very fast and 
> the page stays responsive.
> *(These numbers will be different for others since JS is executed on your 
> browser)*
>  
> I am not sure why *Mustache* is used to display the data since data tables 
> can do the job,
> [~ajbozarth] [~sowen]  please elaborate more about this what is the reason to 
> use *Mustache*? what are the drawbacks if it's not used anymore to display 
> the entries (only this part)?



--
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] [Assigned] (SPARK-34123) Faster way to display/render entries in HistoryPage (Spark history server summary page)

2021-01-14 Thread Apache Spark (Jira)


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

Apache Spark reassigned SPARK-34123:


Assignee: (was: Apache Spark)

> Faster way to display/render entries in HistoryPage (Spark history server 
> summary page)
> ---
>
> Key: SPARK-34123
> URL: https://issues.apache.org/jira/browse/SPARK-34123
> Project: Spark
>  Issue Type: Improvement
>  Components: Web UI
>Affects Versions: 3.2.0
>Reporter: Mohanad Elsafty
>Priority: Major
> Attachments: Screenshot 2021-01-15 at 1.21.40 PM.png
>
>
> Since a long time ago my team/company suffered from history server being very 
> slow to display/search entries specially when entries grow over 50k entry, 
> regardless there is a pagination there in that page already but still very 
> slow to display the entries.
>   
> Current situation *Mustache Js* is used to render the entries and 
> *datatables* is used to manipulate it (sort by column and search).
>  
> By getting rid of *Mustache*  (stop rendering the entries using *Mustache*) 
> and using *datatables*  to display it proved to be faster.
>  
> Displaying > 100k entries (my case):
> Existing takes at least 30 to 40 seconds to display the entries, searching 
> takes at least 20 seconds and the page stop responding until it finishes.
> Improved takes ~3 seconds to display the entries searching is very fast and 
> the page stays responsive.
> *(These numbers will be different for others since JS is executed on your 
> browser)*
>  
> I am not sure why *Mustache* is used to display the data since data tables 
> can do the job,
> [~ajbozarth] [~sowen]  please elaborate more about this what is the reason to 
> use *Mustache*? what are the drawbacks if it's not used anymore to display 
> the entries (only this part)?



--
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] [Assigned] (SPARK-34123) Faster way to display/render entries in HistoryPage (Spark history server summary page)

2021-01-14 Thread Apache Spark (Jira)


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

Apache Spark reassigned SPARK-34123:


Assignee: Apache Spark

> Faster way to display/render entries in HistoryPage (Spark history server 
> summary page)
> ---
>
> Key: SPARK-34123
> URL: https://issues.apache.org/jira/browse/SPARK-34123
> Project: Spark
>  Issue Type: Improvement
>  Components: Web UI
>Affects Versions: 3.2.0
>Reporter: Mohanad Elsafty
>Assignee: Apache Spark
>Priority: Major
> Attachments: Screenshot 2021-01-15 at 1.21.40 PM.png
>
>
> Since a long time ago my team/company suffered from history server being very 
> slow to display/search entries specially when entries grow over 50k entry, 
> regardless there is a pagination there in that page already but still very 
> slow to display the entries.
>   
> Current situation *Mustache Js* is used to render the entries and 
> *datatables* is used to manipulate it (sort by column and search).
>  
> By getting rid of *Mustache*  (stop rendering the entries using *Mustache*) 
> and using *datatables*  to display it proved to be faster.
>  
> Displaying > 100k entries (my case):
> Existing takes at least 30 to 40 seconds to display the entries, searching 
> takes at least 20 seconds and the page stop responding until it finishes.
> Improved takes ~3 seconds to display the entries searching is very fast and 
> the page stays responsive.
> *(These numbers will be different for others since JS is executed on your 
> browser)*
>  
> I am not sure why *Mustache* is used to display the data since data tables 
> can do the job,
> [~ajbozarth] [~sowen]  please elaborate more about this what is the reason to 
> use *Mustache*? what are the drawbacks if it's not used anymore to display 
> the entries (only this part)?



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