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

Vaibhav Gumashta commented on HIVE-6972:
----------------------------------------

[~thejas] I don't think the test failure is related, but since all tests are 
not running, I'm not sure if this should be committed yet. 
Although I do see all the test from the following packages pass:
{code}
org.apache.hive.jdbc    
org.apache.hive.jdbc.authorization      
org.apache.hive.jdbc.miniHS2    
org.apache.hive.minikdc 
org.apache.hive.service 
org.apache.hive.service.auth            
org.apache.hive.service.cli             
org.apache.hive.service.cli.operation           
org.apache.hive.service.cli.session             
org.apache.hive.service.cli.thrift              
org.apache.hive.service.server
{code}

I doubt if the patch affects any other tests.

> jdbc HTTP configuration options should be part of sessionConf part of 
> connection string
> ---------------------------------------------------------------------------------------
>
>                 Key: HIVE-6972
>                 URL: https://issues.apache.org/jira/browse/HIVE-6972
>             Project: Hive
>          Issue Type: Bug
>          Components: HiveServer2, JDBC
>    Affects Versions: 0.13.0
>            Reporter: Thejas M Nair
>            Assignee: Vaibhav Gumashta
>             Fix For: 0.14.0
>
>         Attachments: HIVE-6972.1.patch, HIVE-6972.2.patch, HIVE-6972.3.patch, 
> HIVE-6972.4.patch
>
>
> The http connection parameters are currently part of the HiveConf section of 
> the connection string. It should ideally be part of SessionConf section, as 
> that is where rest of the connection parameters are.
> HTTP transport parameters are not part of the hiveconfiguration parameters 
> that need to be set.
> ie
> instead of 
> jdbc:hive2://<host>:<port>/<db>?hive.server2.transport.mode=http;hive.server2.thrift.http.path=<http_endpoint>
> it should be -
> jdbc:hive2://<host>:<port>/<db>;transportMode=http;httpPath=<http_endpoint>



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

Reply via email to