hbase

Distributed, scalable big data store built on Hadoop

brewmacoslinux
Try with needOr install directly
Source

About

Hadoop database: a distributed, scalable, big data store

Commands

hbasehbase-shell

Examples

Start the HBase shell for interactive queries$ hbase shell
Start HBase master and region servers$ start-hbase.sh
Create a table and insert data via shell commands$ hbase shell -c "create 'mytable', 'cf'; put 'mytable', 'row1', 'cf:col1', 'value1'"