Sunday, August 10, 2014

HBase w/ nodejs (on CDH)

http://dailyjs.com/2013/07/04/hbase/
https://www.npmjs.org/package/node-thrift
http://www.mu-shin.ca/code/hbase-node-js-doing-it-the-thrift-way/
http://blog.cloudera.com/blog/2013/03/how-to-use-the-apache-hbase-rest-interface-part-1/
http://blog.cloudera.com/blog/2013/09/how-to-use-the-hbase-thrift-interface-part-1/
http://thrift.apache.org/docs/install/centos
http://blog.cloudera.com/blog/2013/07/guide-to-using-apache-hbase-ports/
http://blog.foppiano.org/2007/12/11/installing-source-package-with-yum/
http://wiki.apache.org/hadoop/Hbase/Stargate
https://github.com/wdavidw/node-hbase
http://blog.cloudera.com/blog/2013/07/guide-to-using-apache-hbase-ports/



















Start HBASE with "Cloudera Manager", create hbase table "my_table" (w/ hbase shell)






















$ hbase rest start
$ npm install hbase
$ node hbase_node.js

Check table with hbase shell (list my_table)




[Note] use thrift but seems get stuck... rest api is ok



No comments:

Related Posts Plugin for WordPress, Blogger...