Java or C ++ API for Apache drill

I want to access Drill through the programming interface. The Apache Drill documentation just mentions its JAVA and C ++ libraries for connecting a client, but does not provide any documentation or an example for this.

http://drill.apache.org/faq/#what-clients-are-supported?

http://drill.apache.org/docs/architecture-introduction/#drill-clients

The closest thing I could find on the forums / docs was connecting via the Drill-JDBC driver. But that defeats the goal of what I want to do. Does anyone know where I can find more about these APIs and if they are actually there?

+6
source share
1 answer

They provide their own C ++ client .

For more information, check out the Submitter example request.

+1
source

Source: https://habr.com/ru/post/988002/


All Articles