Re: Using Drill embedded as a library

2018-10-19 Thread Paul Rogers
Hi David, We do something very similar for testing in the ClusterFixture class. You may be able to use those classes directly, or mine them for ideas about how to set up the local mode that has a "local cluster coordinator" (i.e. no ZK) and a local persistence mechanism (write files to /tmp by

Re: Using Drill embedded as a library

2018-10-19 Thread Sorabh Hamirwasia
Hi David, Can you try using drill-jdbc as dependency instead of jdbc-all ? Reason being jdbc-all only contains client side dependencies and also has jdbc driver class in it. All other dependencies inside jdbc-all are shaded to have oadd prefix. When you load Driver class it's getting loaded from jd

Using Drill embedded as a library

2018-10-19 Thread David Cuesta
Hi, My name is David Cuesta and I am very interested on using Drill as a Library, in embedded mode. The intention is to launch a drillbit from my application without using Zookeeper and use it to change the Datasource configurations in runtime, do queries to my local file system, to an external