Ramana Inukonda Nagaraj created DRILL-471:
---------------------------------------------
Summary: 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)