level 1
创建Configuration conf(conf = HBaseConfiguration.create();)
创建HConnection hconn(hconn = HConnectionManager.createConnection(conf); )
创建 HTableInterface ht
HTableInterface ht;
ht = hconn.getTable("tablename");
2016年03月31日 12点03分

