Hi, I have Apache Drill installed and running in distributed mode . I am trying to run queries in sqlline as below :
> bin/sqlline –u jdbc:drill:zk=<zk1>,<zk2>,<zk3>:5181 > sqlline> SELECT version FROM sys.version; > No current connection am I missing anything here ? Appreciate the help ! Thanks, Divya
