Sha256: fbb09dd4f725c85bea292f973e681f4fc9351bf8130f4a5917cb89c027eee839

Contents?: true

Size: 894 Bytes

Versions: 1

Compression:

Stored size: 894 Bytes

Contents

= sequel-impala

sequel-impala adds support for Sequel to connect to the Impala database
via the included impala driver, and the included jdbc-hive2 driver under JRuby.

= Source Code

Source code is available on GitHub at https://github.com/jeremyevans/sequel-impala

= Usage

After installation, Sequel will automatically pick up the adapter as long as
the lib directory is in RUBYLIB, if you use a connection string starting with
+impala+, or <tt>jdbc:hive2</tt> on JRuby.

= Connection Strings

If using the impala driver (default host is localhost, default port is 21000):

  impala://host:port

If using the jdbc:hive2 driver on JRuby (port 21050 works in testing):

  jdbc:hive2://host:port/;auth=noSasl

= Dependencies

* sequel 4+
* thrift gem

= License

MIT/Apache

= Author

Jeremy Evans <code@jeremyevans.net>

Work on sequel-impala is generously funded by Outcomes Insights, Inc.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sequel-impala-1.0.0 README.rdoc