impala - how to change Hive dynamic partition default value -


as default value of hive dynamic partition 100 per node , in case value of dynamic partition greater 100 that's why job got failed can suggest best way overcome problem.

thanks in advance

you have set these desired properties before dynamic partition:

set hive.exec.dynamic.partition=true; set hive.exec.dynamic.partition.mode=nonstrict; set hive.exec.max.dynamic.partitions.pernode=1000; 

i hope you!!!