I have set up a Hadoop single node cluster with pseudo distributed operations, and YARN running. I am able to use Spark JAVA API to run queries as a YARN-client. I wanted to go one step further and try Apache Drill on this "cluster". I installed Zookeeper that is running smoothly but I am not able to start drill and I get this log:
nohup: ignoring input
Error: Could not find or load main class org.apache.drill.exec.server.Drillbit
Any idea?
I am on Windows 10 with JDK 1.8.
drill.yarn: { ... drill-install: { client-path: "C:\BigData\drill\apache-drill-1.14.0.tar.gz" } ....- DavidL