Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-6216 Issues with webhdfs and http proxies
  3. HDFS-6217

Webhdfs PUT operations may not work via a http proxy

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.0-alpha, 3.0.0-alpha1
    • 2.5.0
    • webhdfs
    • None
    • Reviewed

    Description

      Most of webhdfs's PUT operations have no message body. The HTTP/1.1 spec is fuzzy in how PUT requests with no body should be handled. If the request does not specify chunking or Content-Length, the server may consider the request to have no body. However, popular proxies such as Apache Traffic Server will reject PUT requests with no body unless Content-Length: 0 is specified.

      Attachments

        1. HDFS-6217.patch
          8 kB
          Daryn Sharp

        Activity

          People

            daryn Daryn Sharp
            daryn Daryn Sharp
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: