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

1 Answer

0 votes
by
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

0 votes
asked Apr 24, 2020 in Big Data | Hadoop by Hodge
0 votes
asked Apr 7, 2020 in Big Data | Hadoop by GeorgeBell
...