摘要: Things to remember:1.Create HTable instances only once, usually when your application starts.2.Create a seperate HTable instance for every thread you execute(or use HTablePool).3.Updates are atomic(原子性的) on a per row basis.Put MehtodA row in HBase is identified by a unique row key and -as is the cas 阅读全文
posted @ 2012-11-20 22:30 hdu2012 阅读(252) 评论(0) 推荐(0) 编辑