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