Unfortunately I don not have edit permissions myself. I guess Jacques might be able to help with this.
Peace, Yash On Wed, Jun 4, 2014 at 9:24 PM, Renato Marroquín Mogrovejo < [email protected]> wrote: > Hey man, > > Just another quick question. I am trying to update [1] to actually work > locally but I don't have access to edit the wiki no more, would you be able > to change the line: > > ./bin/sqlline -u jdbc:drill:schema=parquet-local -n admin -p > admin > > for > > ./bin/sqlline -u jdbc:drill:zk=local > jdbc:drill:schema=parquet-local > -n admin -p admin > > Or if someone can re-give me my editing powers, I can do it myself :) > > > Renato M. > > [1] > > https://cwiki.apache.org/confluence/display/DRILL/Compiling+Drill+from+source > > > 2014-06-04 17:50 GMT+02:00 Yash Sharma <[email protected]>: > > > Awesome !! > > > > > > On Wed, Jun 4, 2014 at 9:19 PM, Renato Marroquín Mogrovejo < > > [email protected]> wrote: > > > > > Thanks Yash! that worked. > > > > > > > > > Renato M. > > > > > > > > > 2014-06-04 17:44 GMT+02:00 Yash Sharma <[email protected]>: > > > > > > > Please try: > > > > > > > > ./bin/sqlline -u jdbc:drill:zk=local jdbc:drill:schema=parquet-local > -n > > > > admin -p admin > > > > > > > > > > > > Peace, > > > > Yash > > > > > > > > > > > > On Wed, Jun 4, 2014 at 9:08 PM, Renato Marroquín Mogrovejo < > > > > [email protected]> wrote: > > > > > > > > > Hi all, > > > > > > > > > > I am trying to read some parquet files using local mode, but I can > > not > > > > tell > > > > > the sqlline class to use both options. Any idea what I am doing > > wrong? > > > > > > > > > > This works: > > > > > ./bin/sqlline -u jdbc:drill:schema=parquet-local -n admin -p admin > > > > > > > > > > This also works: > > > > > ./bin/sqlline -u jdbc:drill:zk=local -n admin -p admin > > > > > > > > > > This doesn't work: > > > > > ./bin/sqlline -u jdbc:drill:schema=parquet-local:zk=local -n admin > -p > > > > admin > > > > > > > > > > Thanks! > > > > > > > > > > > > > > > Renato M. > > > > > > > > > > > > > > >
