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?

f_puras
  • 2,521
  • 4
  • 33
  • 38
nash
  • 193
  • 7

1 Answers1

2

They provide native C++ client.

Check querySubmitter example for more details.

Dev
  • 13,492
  • 19
  • 81
  • 174