Fatal error occurred when node tried to create too many dynamic partitions. The maximum number of dynamic partitions is controlled by hive.exec.max.dynamic.partitions and hive.exec.max.dynamic.partitions.pernode. Maximum was set to: 100

Solution:

Add:

set hive.exec.max.dynamic.partitions=50000;    

set hive.exec.max.dynamic.partitions.pernode=10000;

Hive报错,Fatal error occurred when node tried to create too many dynamic partitions.

https://blog.csdn.net/Post_Yuan/article/details/62887619

 

 

 

 

 

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-04-16
  • 2022-02-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-16
猜你喜欢
  • 2021-11-26
  • 2021-07-10
  • 2021-12-04
  • 2021-12-30
  • 2021-08-12
  • 2021-09-05
  • 2022-03-06
相关资源
相似解决方案