hive导入数据到动态分区报错,返回 INFO : Number of reduce tasks is set to 0 since there's no reduce operator Error: Error while processing statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask (state=08S01,code=1)
所行化坦途的博客执行sql前,开启动态分区并 set hive.exec.dynamic.partition=true; set hive.exec.dynamic.partition.mode=nonstrict; set hive.exec.max.dynamic.partitions.pernode=3000; set hive.exec.max.dynamic.partitions=...