[jira] [Updated] (HIVE-14697) Can not access kerberized HS2 Web UI

2017-05-02 Thread Chaoyu Tang (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-14697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chaoyu Tang updated HIVE-14697:
---
Component/s: Security

> Can not access kerberized HS2 Web UI
> 
>
> Key: HIVE-14697
> URL: https://issues.apache.org/jira/browse/HIVE-14697
> Project: Hive
>  Issue Type: Bug
>  Components: Security, Web UI
>Affects Versions: 2.1.0
>Reporter: Chaoyu Tang
>Assignee: Chaoyu Tang
> Fix For: 2.1.1, 2.2.0
>
> Attachments: HIVE-14697.patch
>
>
> Failed to access kerberized HS2 WebUI with following error msg:
> {code}
> 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) 
> {code}
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (HIVE-14697) Can not access kerberized HS2 Web UI

2016-09-05 Thread Chaoyu Tang (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-14697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chaoyu Tang updated HIVE-14697:
---
   Resolution: Fixed
Fix Version/s: 2.1.1
   2.2.0
   Status: Resolved  (was: Patch Available)

Committed to 2.2.0 and 2.1.1. Thanks [~jxiang] for review the patch.

> Can not access kerberized HS2 Web UI
> 
>
> Key: HIVE-14697
> URL: https://issues.apache.org/jira/browse/HIVE-14697
> Project: Hive
>  Issue Type: Bug
>  Components: Web UI
>Affects Versions: 2.1.0
>Reporter: Chaoyu Tang
>Assignee: Chaoyu Tang
> Fix For: 2.2.0, 2.1.1
>
> Attachments: HIVE-14697.patch
>
>
> Failed to access kerberized HS2 WebUI with following error msg:
> {code}
> 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) 
> {code}
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-14697) Can not access kerberized HS2 Web UI

2016-09-02 Thread Chaoyu Tang (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-14697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chaoyu Tang updated HIVE-14697:
---
Status: Patch Available  (was: Open)

[~jxiang] It is a straightforward patch, could you review it?

> Can not access kerberized HS2 Web UI
> 
>
> Key: HIVE-14697
> URL: https://issues.apache.org/jira/browse/HIVE-14697
> Project: Hive
>  Issue Type: Bug
>  Components: Web UI
>Affects Versions: 2.1.0
>Reporter: Chaoyu Tang
>Assignee: Chaoyu Tang
> Attachments: HIVE-14697.patch
>
>
> Failed to access kerberized HS2 WebUI with following error msg:
> {code}
> 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) 
> {code}
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-14697) Can not access kerberized HS2 Web UI

2016-09-02 Thread Chaoyu Tang (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-14697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chaoyu Tang updated HIVE-14697:
---
Attachment: HIVE-14697.patch

> Can not access kerberized HS2 Web UI
> 
>
> Key: HIVE-14697
> URL: https://issues.apache.org/jira/browse/HIVE-14697
> Project: Hive
>  Issue Type: Bug
>  Components: Web UI
>Affects Versions: 2.1.0
>Reporter: Chaoyu Tang
>Assignee: Chaoyu Tang
> Attachments: HIVE-14697.patch
>
>
> Failed to access kerberized HS2 WebUI with following error msg:
> {code}
> 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) 
> {code}
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)