+1 vote
in Big Data | Hadoop by (30.5k points)
What is the default maximum dynamic partition that can be created by a mapper/reducer?

1 Answer

0 votes
by (30.8k points)
By default the number of maximum partition that can be created by a mapper or reducer is set to 100. One can change it by issuing the following command:

SET hive.exec.max.dynamic.partitions.pernode = <value>

Related questions

...