I have a partitioned table in Hive. And for each node I have set the partitions limit to 2000.
set hive.exec.max.dynamic.partitions.pernode=2000
Now that after 2000 is reached, I am facing a problem. So i am trying to understand if there a possibility to remove this limitation?
Simply I don't want to set any value for hive.exec.max.dynamic.partitions.pernode
It should handle any number of partitions.
So could someone please help me on this?