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?
They provide their own C ++ client .
For more information, check out the Submitter example request.
Source: https://habr.com/ru/post/988002/More articles:Get current browser url using python - pythonAkka consolidates concurrent database queries - scalaGoogleApiClient class not found - androidJquery removeClass does not remove related styles - jqueryChrome slightly changed alpha value of RGBA color after installation - cssTSQL NVARCHAR conversion error inside CASE statement - sql-serverhow to send file and input field using JavaScript and Ajax to send PHP script - javascriptError: client must send too large body - python-3.xC and Go related to C.free () - cHow to set WPF behavior property using data trigger - c #All Articles