You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Ravi Prakash (JIRA)" <ji...@apache.org> on 2015/01/29 03:02:34 UTC

[jira] [Created] (HADOOP-11516) Enable HTTP compression on all hadoop UIs

Ravi Prakash created HADOOP-11516:
-------------------------------------

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


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)