Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/junegunn/hbase-client-dep
https://github.com/junegunn/hbase-client-dep
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/junegunn/hbase-client-dep
- Owner: junegunn
- Created: 2014-12-05T08:47:30.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-21T09:02:31.000Z (over 8 years ago)
- Last Synced: 2024-05-08T22:54:16.982Z (6 months ago)
- Language: Makefile
- Size: 2.93 KB
- Stars: 1
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
hbase-client-dep
================Create uberjar for HBase client.
Build
-----# Build all profiles
make# Build 1.2 profile
mvn package -P1.2Download
--------http://github.com/junegunn/hbase-client-dep/releases
Example
-------### From JRuby
```ruby
require 'hbase-jruby'
require 'hbase-client-dep-cdh5.2.jar'hbase = HBase.new 'hbase.zookeeper.quorum' => zk
puts hbase.list
```