hive,hdfs , mysql
将本地文件导入hive中
导包前我们先建表
建表语句
create table order_mulit_partition(order_number string,event_time string)
PARTITIONED BY(event_month string, step string)
row format delimited
fields terminated by '\t';
...
原创
2019-03-25 14:24:54 ·
234 阅读 ·
0 评论