rdrill: Get the Apache Drill Connection, return the RDrill object.

Description Usage Arguments Examples

Description

Get the Apache Drill Connection, return the RDrill object.

Usage

1
2
3
4
rdrill(host, port)

## S4 method for signature 'character,numeric'
rdrill(host, port)

Arguments

host

Apache Drill cluster/node host

port

Apache Drill cluster/node port

Examples

1
rdrill("127.0.0.1",8047)

DrillR documentation built on May 1, 2019, 8:05 p.m.

Related to rdrill in DrillR...