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 GitHub Bot (Jira)" <ji...@apache.org> on 2020/03/18 08:35:00 UTC

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

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

ASF GitHub Bot logged work on KNOX-2299:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 18/Mar/20 08:34
            Start Date: 18/Mar/20 08:34
    Worklog Time Spent: 10m 
      Work Description: smolnar82 commented on pull request #293: KNOX-2299 - Fixed Hive JDBC URL on Knox Home page
URL: https://github.com/apache/knox/pull/293
 
 
   ## What changes were proposed in this pull request?
   
   Replaced the wrong Hive JDBC URL to a valid one.
   
   ## How was this patch tested?
   
   Updated and ran JUnit tests.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 405275)
    Remaining Estimate: 0h
            Time Spent: 10m

>  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: 10m
>  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)