MAPREDUCE服务 MRS-MetaStore动态分区数超出阈值导致SQL报错:处理步骤

时间:2024-08-27 10:23:57

处理步骤

  • 调整上层业务,将动态分区数控制在“hive.exec.max.dynamic.partitions”参数值范围内。
  • 执行set hive.exec.max.dynamic.partitions = XXX;命令调大“hive.exec.max.dynamic.partitions”参数值。

    SparkSQL中需要设置“spark.hadoop.hive.exec.max.dynamic.partitions”参数。

support.huaweicloud.com/trouble-mrs/mrs_03_0822.html