摘要: 使用动态分区表必须配置的参数 : set hive.exec.dynamic.partition =true(默认false),表示开启动态分区功能 set hive.exec.dynamic.partition.mode = nonstrict(默认strict),表示允许所有分区都是动态的,否则 阅读全文
posted @ 2020-07-13 17:02 muyue123 阅读(834) 评论(0) 推荐(0) 编辑