GitHub user guoxiaolongzte opened a pull request:

    https://github.com/apache/spark/pull/20216

    [SPARK-23024][WEB-UI]Spark ui about the contents of the form need to have 
hidden and show features, when the table records very much.

    ## What changes were proposed in this pull request?
    Spark ui about the contents of the form need to have hidden and show 
features, when the table records very much. Because sometimes you do not care 
about the record of the table, you just want to see the contents of the next 
table, but you have to scroll the scroll bar for a long time to see the 
contents of the next table.
    
    Currently we have about 500 workers, but I just wanted to see the logs for 
the running applications table. I had to scroll through the scroll bars for a 
long time to see the logs for the running applications table.
    
    In order to ensure functional consistency, I modified the Master Page, 
Worker Page, Job Page, Stage Page, Task Page, Configuration Page, Storage Page, 
Pool Page.
    
    ## How was this patch tested?
    manual tests
    
    Please review http://spark.apache.org/contributing.html before opening a 
pull request.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/guoxiaolongzte/spark SPARK-23024

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/20216.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #20216
    
----
commit 1e4a18616a41dfbb4d6e58134facd5e593846af5
Author: guoxiaolong <guo.xiaolong1@...>
Date:   2018-01-10T08:16:40Z

    [SPARK-23024][WEB-UI]Spark ui about the contents of the form need to have 
hidden and show features, when the table records very much.

----


---

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

Reply via email to