摘要: HBASE 获取所有数据 public static void getAllRows(String tableName) throws IOException{ HTable hTable = new HTable(conf, tableName); //得到用于扫描 region 的对象 Scan 阅读全文