[
https://issues.apache.org/jira/browse/DRILL-471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13951680#comment-13951680
]
Venki Korukanti commented on DRILL-471:
---------------------------------------
Try quotes around JDBC URL.
{code}
/opt/drill/bin/sqlline -u "jdbc:drill:zk=10.10.30.166:5181;schema=dfs" -n admin
-p admin
{code}
> JDBC url with multiple parameters not working.
> -----------------------------------------------
>
> Key: DRILL-471
> URL: https://issues.apache.org/jira/browse/DRILL-471
> Project: Apache Drill
> Issue Type: Bug
> Reporter: Ramana Inukonda Nagaraj
>
> repro:
> /opt/drill/bin/sqlline -u jdbc:drill:zk=10.10.30.166:5181;schema=dfs -n admin
> -p admin
> The schema part is ignored.
> On the other hand this works fine.
> /opt/drill/bin/sqlline -u jdbc:drill:schema=dfs -n admin -p admin
> So looks like only the first property in the jdbc url is honored. Rest seem
> to be ignored.
> ]
--
This message was sent by Atlassian JIRA
(v6.2#6252)