摘要: 1 向hive中导入数据 在hive中先建表,表的列名要和即将导入的数据对应 create table test333(ip string,itime string,day string,traffic bigint,type string,id STRING) ROW FORMAT DELIMIT 阅读全文
posted @ 2022-10-18 20:36 Cuora 阅读(170) 评论(0) 推荐(0)