Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-14697

Can not access kerberized HS2 Web UI

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.1.0
    • 2.1.1, 2.2.0
    • Security, Web UI
    • None

    Description

      Failed to access kerberized HS2 WebUI with following error msg:

      curl -v -u : --negotiate http://util185.phx2.cbsig.net:10002/ 
      > GET / HTTP/1.1 
      > Host: util185.phx2.cbsig.net:10002 
      > Authorization: Negotiate YIIU7...[redacted]... 
      > User-Agent: curl/7.42.1 
      > Accept: */* 
      > 
      < HTTP/1.1 413 FULL head 
      < Content-Length: 0 
      < Connection: close 
      < Server: Jetty(7.6.0.v20120127) 
      

      It is because the Jetty default request header (4K) is too small in some kerberos case.
      So this patch is to increase the request header to 64K.

      Attachments

        1. HIVE-14697.patch
          0.6 kB
          Chaoyu Tang

        Activity

          People

            ctang Chaoyu Tang
            ctang Chaoyu Tang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: