hive分区2

这句话是将已经有内容的表comm3添加到分区表comm4中去

需要设置

 set hive.exec.dynamic.partition.mode=nonstrict;

hive分区2

此时插入数据不需要设置成nonstrict只需要设置成strict

hive分区2

插入了2016这个数据

相关文章: