强健日记本

文章
4
资源
0
加入时间
2年10月21天

hive分区表操作

分区表的操作在hive中,可以把大的数据,按照每月,或者天进行切分成一个个的小的文件,存放在不同的文件夹中创建分区表语法create table score(s_id string,c_id string,s_score int) partitioned by (month string) row format delimited fields terminated by ‘\t’;创建一个表带多个分区create table score2(s_id string,c_id string,s