Java or C++ API for Apache Drill
Asked Answered
D

1

6

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?

Danndanna answered 27/5, 2015 at 10:34 Comment(0)
S
2

They provide native C++ client.

Check querySubmitter example for more details.

Septicidal answered 10/4, 2016 at 6:57 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.