yes thats the first step I tried and when I start drill using thatI get below error : *Command *: apache-drill-1.11.0/bin/sqlline.bat -u \"jdbc:drill:zk=local\""
*Error :* $ sh drilltest.sh > Running query from bash > DRILL_ARGS - " -u \"jdbc:drill:zk localhost:2181\""" > Calculating HADOOP_CLASSPATH ... > HBASE_HOME not detected... > Calculating Drill classpath... > Error: Could not find or load main class sqlline.SqlLine Is it possible to run through git bash installed in embedded mode on windows machine ? Thanks, Divya On 3 August 2017 at 12:18, Padma Penumarthy <[email protected]> wrote: > 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 >
