Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/junegunn/hbase-client-dep


https://github.com/junegunn/hbase-client-dep

Last synced: 28 days ago
JSON representation

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.2

Download
--------

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
```