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

2020-06-11 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-21306?focusedWorklogId=58=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-58
 ]

ASF GitHub Bot logged work on HIVE-21306:
-

Author: ASF GitHub Bot
Created on: 11/Jun/20 18:10
Start Date: 11/Jun/20 18:10
Worklog Time Spent: 10m 
  Work Description: belugabehr closed pull request #545:
URL: https://github.com/apache/hive/pull/545


   



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:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 58)
Remaining Estimate: 23.5h  (was: 23h 40m)
Time Spent: 0.5h  (was: 20m)

> 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: 0.5h
>  Remaining Estimate: 23.5h
>
> 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.
> 
> 4.5.2
> 4.4.4
> + 4.5.6
> + 4.4.10



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


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

2020-06-11 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-21306?focusedWorklogId=59=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-59
 ]

ASF GitHub Bot logged work on HIVE-21306:
-

Author: ASF GitHub Bot
Created on: 11/Jun/20 18:10
Start Date: 11/Jun/20 18:10
Worklog Time Spent: 10m 
  Work Description: belugabehr commented on pull request #545:
URL: https://github.com/apache/hive/pull/545#issuecomment-642847332


   Issue resolved in JIRA:
   
   https://issues.apache.org/jira/browse/HIVE-21306



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:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 59)
Remaining Estimate: 23h 20m  (was: 23.5h)
Time Spent: 40m  (was: 0.5h)

> 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: 40m
>  Remaining Estimate: 23h 20m
>
> 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.
> 
> 4.5.2
> 4.4.4
> + 4.5.6
> + 4.4.10



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


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

2020-06-09 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-21306?focusedWorklogId=442860=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 d...@hive.apache.org 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:
us...@infra.apache.org


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.
> 
> 4.5.2
> 4.4.4
> + 4.5.6
> + 4.4.10



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


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

2019-02-21 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/HIVE-21306?focusedWorklogId=202401=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-202401
 ]

ASF GitHub Bot logged work on HIVE-21306:
-

Author: ASF GitHub Bot
Created on: 22/Feb/19 06:24
Start Date: 22/Feb/19 06:24
Worklog Time Spent: 10m 
  Work Description: ashutosh-bapat commented on pull request #545: 
HIVE-21306 : Upgrade HttpComponents to the latest versions similar to what 
Hadoop has done.
URL: https://github.com/apache/hive/pull/545
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 202401)
Time Spent: 10m
Remaining Estimate: 23h 50m  (was: 24h)

> 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.
> 
> 4.5.2
> 4.4.4
> + 4.5.6
> + 4.4.10



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