[
https://issues.apache.org/jira/browse/HIVE-14062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16556213#comment-16556213
]
Nikolay Sokolov commented on HIVE-14062:
----------------------------------------
[~ngangam] [~aihuaxu] looks like "Named Connection URLs" (HIVE-13670) was not
fixed, see:
{code:none}
String saveUrl = getUrlToUse(url);
- props.setProperty("url", saveUrl);
+ props.setProperty(JdbcConnectionParams.PROPERTY_URL, url);
{code}
Observing wrong behavior with BigTop 2.1.1:
{code:none}
$ BEELINE_URL_BLUE="jdbc:hive2://my-dataproc-m-0:10000/"
$ beeline -u blue
scan complete in 1ms
scan complete in 1406ms
No known driver to handle "blue"
Beeline version 2.1.1 by Apache Hive
$ beeline -u blue -d hive2
Connecting to blue
hive2
Beeline version 2.1.1 by Apache Hive
0: blue (closed)> !connect blue
scan complete in 1ms
scan complete in 1405ms
No known driver to handle "blue"
0: blue (closed)>
{code}
> Changes from HIVE-13502 overwritten by HIVE-13566
> -------------------------------------------------
>
> Key: HIVE-14062
> URL: https://issues.apache.org/jira/browse/HIVE-14062
> Project: Hive
> Issue Type: Bug
> Components: Beeline
> Affects Versions: 2.1.0
> Reporter: Naveen Gangam
> Assignee: Naveen Gangam
> Priority: Major
> Fix For: 2.1.1, 2.2.0
>
> Attachments: HIVE-14062.1.patch
>
>
> Appears that changes from HIVE-13566 overwrote the changes from HIVE-13502. I
> will confirm with the author that it was inadvertent before I re-add it.
> Thanks
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)