摘要:
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 阅读全文