nash
nash

Reputation: 193

Java or C++ API for Apache Drill

I want to access Drill through a programming interface. The Apache Drill documentation just mentions about its JAVA and C++ libraries for the client to connect but doesn't provide any documentation or example for the same.

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

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

The closest thing which I was able to find on the forums/documentations was to connect through the drill-JDBC driver. But it defeats the purpose of what I want to do. Does anyone has any idea where I can find more about these APIs and if they are actually there?

Upvotes: 6

Views: 1354

Answers (1)

Dev
Dev

Reputation: 13753

They provide native C++ client.

Check querySubmitter example for more details.

Upvotes: 2

Related Questions