Drill Sergeant

Ruby client for Apache Drill

Installation

First, download Apache Drill. Start it with:

bin/drill-embedded

Then add this line to your application’s Gemfile:

gem 'drill-sergeant'

How to Use

Create a client

drill = Drill.new(url: "http://localhost:8047")

And query away

drill.query("SELECT * FROM dfs.`/path/to/some/file.csvh`")

Reference

Set timeouts

Drill.new(open_timeout: 5, read_timeout: 120)

History

View the changelog

Contributing

Everyone is encouraged to help improve this project. Here are a few ways you can help: