Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.7.0
-
Linux Master.hadoop 2.6.32-431.23.3.el6.x86_64 #1 SMP Thu Jul 3117:20:51 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
CentOS release 6.5 (Final)
Description
First, I install my drill according to “https://cwiki.apache.org/confluence/display/DRILL/Apache+Drill+in+10+Minutes”.
When to start my drill via "bin/sqlline -u jdbc:drill:zk=local -n admin -p admin",
It shows
"Error: Failure while attempting to start Drillbit in embedded mode. (state=,code=0)
sqlline version 1.1.6
0: jdbc:drill:zk=local>"
Then I install my drill with maven according to "INSTALL.md" in the source from github. But the same result like above.
Finally , in the path "tmp/drill/", there's nothing, do I need to create by myself?
Is it necessary to build a distributed system for example hadoop?
Much apperaite!