You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/03/18 13:28:00 UTC

[jira] [Commented] (KNOX-2299) Invalid Hive JDBC url on Knox Home page

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

ASF subversion and git services commented on KNOX-2299:
-------------------------------------------------------

Commit bef8b19e02a81b6580e4469ea64730e50eadf5bc in knox's branch refs/heads/master from Sandor Molnar
[ https://gitbox.apache.org/repos/asf?p=knox.git;h=bef8b19 ]

KNOX-2299 - Fixed Hive JDBC URL on Knox Home page (#293)



>  Invalid Hive JDBC url on Knox Home page
> ----------------------------------------
>
>                 Key: KNOX-2299
>                 URL: https://issues.apache.org/jira/browse/KNOX-2299
>             Project: Apache Knox
>          Issue Type: Bug
>          Components: Homepage
>    Affects Versions: 1.4.0
>            Reporter: Sandor Molnar
>            Assignee: Sandor Molnar
>            Priority: Major
>             Fix For: 1.4.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Hive JDBC URL on Knox Home page is invalid
> 1. Has special character "?"
> jdbc:hive2://quasar-fqhxls-1.quasar-fqhxls.root.hwx.site:8443/{color:#de350b};?{color}hive.server2.transport.mode=http;hive.server2.thrift.http.path=/gateway/cdp-proxy-api/hive/
> 2. Should use jdbc param "transportMode=http;httpPath=gateway/cdp-proxy-api/hive" instead of "hive.server2.transport.mode=http;hive.server2.thrift.http.path=gateway/cdp-proxy-api/hive/"
> The following URL should be added:
> {noformat}
> jdbc:hive2://GATEWAY_HOST:GATEWAY_PORT/;ssl=true;transportMode=http;httpPath=GATEWAY_PATH/TOPOLOGYNAME/hive
> {noformat}



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