Login
Remember
Register
Ask a Question
What is the default maximum dynamic partition that can be created by a mapper/reducer?
+1
vote
asked
Jan 10, 2020
in
Big Data | Hadoop
by
sharadyadav1986
What is the default maximum dynamic partition that can be created by a mapper/reducer?
#hive-mapper
Bigdata-questions-answers
Hadoop-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 10, 2020
by
SakshiSharma
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>
...