You need to run a zk cluster somewhere that both the Drillbits and the client point to. On the client you'll then add zk=127.0.0.1:2181 (or whatever the host:port of zk is) as a property to the jdbc connection string.
J On Sun, Oct 6, 2013 at 12:29 PM, Timothy Chen <[email protected]> wrote: > Hey guys, > > Does Sqlline has the ability to connect to a remote Drillbit and issue > query? > > If so how do you configure/run it to do so? > > I'm trying to test out the EC2 deployment I did with Whirr. > > Tim >
