Yes, it possible to run an embedded drillbit in an application. A simple example is this tool:
https://github.com/apache/drill/blob/master/exec/java-exec/src/main/java/org/apache/drill/exec/client/QuerySubmitter.java If the local option is specified, it will start up one or more drillbits. On Wed, Mar 30, 2016 at 1:01 PM, David Daniel <[email protected]> wrote: > Is it possible to self host drill in a java application. Is there a > tutorial for this, is it not possible or is it just a plain bad idea. I > would prefer to host in my own application for accreditation purposes and > what I am doing should not be very memory intensive. > > Thanks for any help, > David Daniel >
