Hi,

I have downloaded apache-drill-0.7.0.tar.gz , followed the installation
section on windows from the link given below:

https://cwiki.apache.org/confluence/display/DRILL/Apache+Drill+in+10+Minutes#ApacheDrillin10Minutes-QuerySampleData

sqlline> !connect jdbc:drill:zk=local
scan complete in 12ms
scan complete in 631ms
Enter username for jdbc:drill:zk=local: admin
Enter password for jdbc:drill:zk=local: *****
23:31:19.095 [main] ERROR org.apache.hadoop.util.Shell - Failed to locate
the wi
nutils binary in the hadoop binary path
java.io.IOException: Could not locate executable null\bin\winutils.exe in
the Ha
doop binaries.


I have pasted only the first few lines in the stack trace , now I queried
for parquet

0: jdbc:drill:zk=local> SELECT * FROM
dfs.'C:\drill\apache-drill-0.7.0\sample-da
ta\region.parquet';
No current connection
0: jdbc:drill:zk=local>

Error analysis
1. I could not find winutils.exe in the given 0.7.0 version
2. According to the windows install guide I got the required prompt, but
when I queried,
    I am getting 'No current connection'

I followed all the instructions in the given section after going to the link

Please let me know what I am I missing.

Regards
Niranjan

Reply via email to