Learn R Programming

DrillR (version 0.1)

R Driver for Apache Drill

Description

Provides a R driver for Apache Drill, which could connect to the Apache Drill cluster or drillbit and get result(in data frame) from the SQL query and check the current configuration status. This link contains more information about Apache Drill.

Copy Link

Version

Install

install.packages('DrillR')

Monthly Downloads

185

Version

0.1

License

GPL

Maintainer

Hanbing Yang

Last Published

June 29th, 2016

Functions in DrillR (0.1)

rd_profiles

Show the information about the running and completed queries.
rd_query

Submit a SQL query and return results as a data frame.
rd_storages

Show the configurations of the storage plugins.
rd_stats

Show the information of Drillbits, their ports and hosts.
rd_metrics

Show the information of the memory metrics.
rd_options

Show the information of the system and session options such as name and data type and so forth.
rd_threads

Show the information of the threads status.
rdrill

Get the Apache Drill Connection, return the RDrill object.
drill-class

Class drill defines a Apache Drill driver class.
rd_active

To show whether the connection is active.