Package: DrillR 0.1
DrillR: R Driver for Apache Drill
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.
Authors:
DrillR_0.1.tar.gz
DrillR_0.1.zip(r-4.5)DrillR_0.1.zip(r-4.4)DrillR_0.1.zip(r-4.3)
DrillR_0.1.tgz(r-4.4-any)DrillR_0.1.tgz(r-4.3-any)
DrillR_0.1.tar.gz(r-4.5-noble)DrillR_0.1.tar.gz(r-4.4-noble)
DrillR_0.1.tgz(r-4.4-emscripten)DrillR_0.1.tgz(r-4.3-emscripten)
DrillR.pdf |DrillR.html✨
DrillR/json (API)
# Install 'DrillR' in R: |
install.packages('DrillR', repos = c('https://dragonitemew.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 8 years agofrom:4511a896a3. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 31 2024 |
R-4.5-win | OK | Oct 31 2024 |
R-4.5-linux | OK | Oct 31 2024 |
R-4.4-win | OK | Oct 31 2024 |
R-4.4-mac | OK | Oct 31 2024 |
R-4.3-win | OK | Oct 31 2024 |
R-4.3-mac | OK | Oct 31 2024 |
Exports:rd_activerd_metricsrd_optionsrd_profilesrd_queryrd_statsrd_storagesrd_threadsrdrill
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Class 'drill' defines a Apache Drill driver class. | drill-class |
To show whether the connection is active. | rd_active rd_active,drill-method |
Show the information of the memory metrics. | rd_metrics rd_metrics,drill-method |
Show the information of the system and session options such as name and data type and so forth. | rd_options rd_options,drill-method |
Show the information about the running and completed queries. | rd_profiles rd_profiles,drill-method |
Submit a SQL query and return results as a data frame. | rd_query rd_query,drill-method |
Show the information of Drillbits, their ports and hosts. | rd_stats rd_stats,drill-method |
Show the configurations of the storage plugins. | rd_storages rd_storages,drill-method |
Show the information of the threads status. | rd_threads rd_threads,drill-method |
Get the Apache Drill Connection, return the RDrill object. | rdrill rdrill,character,numeric-method |