CRAN

DrillR 0.1

R Driver for Apache Drill

Released Jun 29, 2016 by Hanbing Yang

This package is available for Renjin and there are no known compatibility issues.

Dependencies

httr 1.3.1

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.

Installation

Maven

This package can be included as a dependency from a Java or Scala project by including the following your project's pom.xml file. Read more about embedding Renjin in JVM-based projects.

<dependencies>
  <dependency>
    <groupId>org.renjin.cran</groupId>
    <artifactId>DrillR</artifactId>
    <version>0.1-b16</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:DrillR')

Test Results

This package was last tested against Renjin 0.8.2543 on Dec 17, 2017.

Source

R

View GitHub Mirror

Release History