错误:
FAILED: SemanticException [Error 10096]:
Dynamic partition strict mode requires at least one static partition column.
To turn this off set hive.exec.dynamic.partition.mode=nonstrict
hive处于严格模式,不允许动态插入
hive命令行执行:
set hive.exec.dynamic.partition=true;
set hive.exec.dynamic.partition.mode=nonstrict;