You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ashutosh Bapat (JIRA)" <ji...@apache.org> on 2019/02/22 05:32:00 UTC

[jira] [Created] (HIVE-21306) Upgrade HttpComponents to the latest versions similar to what Hadoop has done.

Ashutosh Bapat created HIVE-21306:
-------------------------------------

             Summary: Upgrade HttpComponents to the latest versions similar to what Hadoop has done.
                 Key: HIVE-21306
                 URL: https://issues.apache.org/jira/browse/HIVE-21306
             Project: Hive
          Issue Type: Bug
          Components: HiveServer2
    Affects Versions: 4.0.0
            Reporter: Ashutosh Bapat
            Assignee: Ashutosh Bapat
             Fix For: 4.0.0


The use of HTTPClient 4.5.2 breaks the use of SPNEGO over TLS.
It mistakenly added HTTPS instead of HTTP to the principal when over SSL and thus breaks the authentication.

This was upgraded recently in Hadoop and needs to be done for Hive as well.

See: HADOOP-16076

Where we upgraded from 4.5.2 and 4.4.4 to 4.5.6 and 4.4.10.

<!-- httpcomponents versions -->

<httpclient.version>4.5.2</httpclient.version>
<httpcore.version>4.4.4</httpcore.version>
+ <httpclient.version>4.5.6</httpclient.version>
+ <httpcore.version>4.4.10</httpcore.version>



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)