Sandor Molnar created KNOX-2299:
-----------------------------------
Summary: 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
Fix For: 1.4.0
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://HIVE_HOST:8443/;ssl=true;transportMode=http;httpPath=GATEWAY_PATH/TOPOLOGYNAME/hive
{noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)