hbase经过表名和rowkey获取列族下全部的列名

// public static ArrayList<String> getcolname(String rowkey,String tablename,String colf) throws IOException{ Get get = new Get(Bytes.toBytes(rowkey)); ArrayList<String> cols = new Ar
相关文章
相关标签/搜索