04 2019 档案

 
hive表分区操作
摘要:1.修复表分区命令 msck repair table table_name; 2.添加表分区操作 alter table table_name add partition(month_id='201805',day_id='20180509') location '/user/tuoming/pa 阅读全文
posted @ 2019-04-18 09:58 在路上------ 阅读(1095) 评论(0) 推荐(0)