Did you look at this link ?

https://drill.apache.org/docs/starting-drill-on-windows/


It says, to start drill on windows, do this:
sqlline.bat -u "jdbc:drill:zk=local"


Try that and see.

Thanks,
Padma

________________________________
From: Divya Gehlot <[email protected]>
Sent: Wednesday, August 2, 2017 8:50 PM
To: [email protected]
Subject: unable to run drill sql in shell script

Hi,
I have installed Drill on windows Embedded mode.
Have a git Bash installed and I am trying to start the sqlline through the
shell script
Below is script which I am using :

> SQLLINE="/c/ApacheDrill/apache-drill-1.11.0.tar/apache-drill-1.11.0/bin/drill-localhost
> -u \"jdbc:drill:zk=localhost:2181\"";
>  $SQLLINE


When I run above shell script it gives me below error :

> Running query from bash
> Error: Could not find or load main class sqlline.SqlLine
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=512M; support was removed in 8.0


Options which I have tried are :
1.sqlline
2.drill-localhost
3.drill-embedded

All gives the same error as above

Appreciate the help.


Thanks,
Divya

Reply via email to