Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/bmuller/clive

Clojure library for interacting with Hive via Thrift
https://github.com/bmuller/clive

Last synced: about 1 month ago
JSON representation

Clojure library for interacting with Hive via Thrift

Lists

README

        

# clive

Clive is a clojure library for interacting with Hive via Thrift.

## Usage
Add the following to your project.clj:

[clive "0.1.0-SNAPSHOT"]

Example usage:

(raw-query {:host "ahost" :port 10000} "select * from atable limit 1")