Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-11516

Enable HTTP compression on all hadoop UIs

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      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

      Attachments

        1. HADOOP-11516.01.patch
          3 kB
          Ravi Prakash
        2. HADOOP-11516.02.patch
          3 kB
          Ravi Prakash

        Issue Links

          Activity

            People

              Unassigned Unassigned
              raviprak Ravi Prakash
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated: