kudu 的 curd Dec 02,2021 in 大数据技术 创建表 /** * 创建表 * @throws Exception */ public static void createTable() throws Exception{ //1、创建一个client ... 继续阅读