[
https://issues.apache.org/jira/browse/HADOOP-11516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14296279#comment-14296279
]
Allen Wittenauer commented on HADOOP-11516:
-------------------------------------------
We can do this in trunk.
> Enable HTTP compression on all hadoop UIs
> -----------------------------------------
>
> Key: HADOOP-11516
> URL: https://issues.apache.org/jira/browse/HADOOP-11516
> Project: Hadoop Common
> Issue Type: Improvement
> Reporter: Ravi Prakash
> Attachments: HADOOP-11516.01.patch
>
>
> Some of our UI pages (e.g. # of jobs, # of task attempts, logs) are extremely
> big. It would drastically improve their load times if we used HTTP
> compression.
> There exists a GzipFilter for jetty that can be added so that if the browser
> includes "Accept-Encoding: gzip, deflate" in the request header, the server
> will respond with the resource compressed and a response header
> "Content-Encoding: gzip" (or deflate).
> http://www.eclipse.org/jetty/documentation/current/gzip-filter.html
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)