R Driver for Apache Drill
Class drill
defines a Apache Drill driver class.
To show whether the connection is active.
Show the information of the memory metrics.
Show the information of the system and session options such as name an...
Show the information about the running and completed queries.
Submit a SQL query and return results as a data frame.
Show the information of Drillbits, their ports and hosts.
Show the configurations of the storage plugins.
Show the information of the threads status.
Get the Apache Drill Connection, return the RDrill object.
Provides a R driver for Apache Drill<https://drill.apache.org>, which could connect to the Apache Drill cluster<https://drill.apache.org/docs/installing-drill-on-the-cluster> or drillbit<https://drill.apache.org/docs/embedded-mode-prerequisites> and get result(in data frame) from the SQL query and check the current configuration status. This link <https://drill.apache.org/docs> contains more information about Apache Drill.