Distributed, scalable big data store built on Hadoop
Hadoop database: a distributed, scalable, big data store
hbase
hbase-shell
$ hbase shell
$ start-hbase.sh
$ hbase shell -c "create 'mytable', 'cf'; put 'mytable', 'row1', 'cf:col1', 'value1'"