[HBase] HBase 安装&&小测试

摘要: 下载wget http://labs.renren.com/apache-mirror/hbase/hbase-0.90.5/hbase-0.90.5.tar.gztar -zxvf hbase-0.90.5.tar.gz cd hbase-0.90.5运行$ ./bin/start-hbase.sh 进入hbase提供的shell$ ./bin/hbase shell一些操作hbase(main):001:0> create "test","cf"0 row(s) in 1.0460 secondshbase(main):002:0> li 阅读全文
posted @ 2012-06-14 18:30 bluefrog 阅读(476) 评论(0) 推荐(0)