[
https://issues.apache.org/jira/browse/KNOX-2299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sandor Molnar updated KNOX-2299:
--------------------------------
Resolution: Fixed
Status: Resolved (was: Patch Available)
> 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)