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

HTTP Error 413 full HEAD if using kerberos authentication

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.1-alpha
    • 2.0.3-alpha, 0.23.7
    • net
    • None
    • ubuntu linux with active directory kerberos.

    Description

      The HTTP Authentication: header is too large if using kerberos and the request is rejected by Jetty because Jetty has a too low default header size limit.

      Can be fixed by adding ret.setHeaderBufferSize(1024*128); in org.apache.hadoop.http.HttpServer.createDefaultChannelConnector

      Attachments

        1. HADOOP-8816.patch
          3 kB
          Alejandro Abdelnur
        2. hadoop-common-kerberos-increase-http-header-buffer-size.patch
          0.4 kB
          Moritz Moeller

        Issue Links

          Activity

            People

              moritzmoeller Moritz Moeller
              moritzmoeller Moritz Moeller
              Votes:
              0 Vote for this issue
              Watchers:
              9 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: