GitHub user zsxwing opened a pull request:

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

    [SPARK-8691][WebUI]Enable GZip by default for Web UI

    When there are massive tasks in the stage page (such as, running 
`sc.parallelize(1 to 100000, 10000).count()`), the size of the stage page is 
large. Enabling GZip can reduce the size significantly. For example, in my 
environment, the size of a stage page with 10000 tasks reduces from 9.8MB to 
138KB.
    
    I also added a configuration so that if the user wants to use an 
alternative `Filter`, he can turn off it.

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

    $ git pull https://github.com/zsxwing/spark gzip

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

    https://github.com/apache/spark/pull/7072.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 #7072
    
----
commit b01c9ed94523d3cf74f422e726749627bc4b12b6
Author: zsxwing <[email protected]>
Date:   2015-06-28T14:19:24Z

    Enable GZip by default for Web UI

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to