2020年10月19日

hbase的Java操作

摘要: 1、创建表 private static Connection connection; private static Admin admin; public static void createTable(String tableName, String[] fields) throws IOExc 阅读全文

posted @ 2020-10-19 15:11 帝星辰 阅读(376) 评论(1) 推荐(0)

导航