[ 
https://issues.apache.org/jira/browse/HIVE-21306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16774915#comment-16774915
 ] 

Hive QA commented on HIVE-21306:
--------------------------------



Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12959722/HIVE-21306.01.patch

{color:red}ERROR:{color} -1 due to no test(s) being added or modified.

{color:green}SUCCESS:{color} +1 due to 15810 tests passed

Test results: 
https://builds.apache.org/job/PreCommit-HIVE-Build/16196/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/16196/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-16196/

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.YetusPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12959722 - PreCommit-HIVE-Build

> 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: 10m
>  Remaining Estimate: 23h 50m
>
> 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)

Reply via email to