I just added Yash. It looks like Renato, you already have edit access via your apache login.
On Wed, Jun 4, 2014 at 9:19 AM, Jacques Nadeau <[email protected]> wrote: > Woh, i don't think that is the problem. I'm not even sure why that > command line would work. > > I think you need to quote. > > Can you try ./bin/sqlline -u "jdbc:drill:zk=local:schema=parquet-local" > > What are your guys Confluence ids? I'll get you edit rights. > > > On Wed, Jun 4, 2014 at 8:44 AM, Yash Sharma <[email protected]> wrote: > >> 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. >> > >> > >
