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.7)DrillR_0.1.zip(r-4.6)DrillR_0.1.zip(r-4.5)
DrillR_0.1.tgz(r-4.6-any)DrillR_0.1.tgz(r-4.5-any)
DrillR_0.1.tar.gz(r-4.7-any)DrillR_0.1.tar.gz(r-4.6-any)
DrillR_0.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
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 from:4511a896a3. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 130 | ||
| source / vignettes | OK | 150 | ||
| linux-release-x86_64 | OK | 136 | ||
| macos-release-arm64 | OK | 206 | ||
| macos-oldrel-arm64 | OK | 158 | ||
| windows-devel | OK | 64 | ||
| windows-release | OK | 82 | ||
| windows-oldrel | OK | 74 | ||
| wasm-release | OK | 98 |
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 |
