https://github.com/bmuller/clive
Clojure library for interacting with Hive via Thrift
https://github.com/bmuller/clive
Last synced: about 5 hours ago
JSON representation
Clojure library for interacting with Hive via Thrift
- Host: GitHub
- URL: https://github.com/bmuller/clive
- Owner: bmuller
- Created: 2012-03-15T01:47:25.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-03-30T13:40:24.000Z (about 13 years ago)
- Last Synced: 2025-04-14T23:51:48.373Z (about 5 hours ago)
- Language: Clojure
- Homepage:
- Size: 98.6 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hive - Clojure
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")