[
https://issues.apache.org/jira/browse/HIVE-21306?focusedWorklogId=442860&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-442860
]
ASF GitHub Bot logged work on HIVE-21306:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 09/Jun/20 16:06
Start Date: 09/Jun/20 16:06
Worklog Time Spent: 10m
Work Description: github-actions[bot] commented on pull request #545:
URL: https://github.com/apache/hive/pull/545#issuecomment-641143896
This pull request has been automatically marked as stale because it has not
had recent activity. It will be closed if no further activity occurs.
Feel free to reach out on the [email protected] list if the patch is in
need of reviews.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 442860)
Remaining Estimate: 23h 40m (was: 23h 50m)
Time Spent: 20m (was: 10m)
> 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
> Priority: Major
> Labels: pull-request-available
> Fix For: 4.0.0
>
> Attachments: HIVE-21306.01.patch
>
> Original Estimate: 24h
> Time Spent: 20m
> Remaining Estimate: 23h 40m
>
> 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
(v8.3.4#803005)