Configure partitions for transactions
To include INSERT, UPDATE, and DELETE statements in your transaction applications, you
must set your dynamic partition mode to nonstrict
.
hive.exec.max.dynamic.partitions
hive.exec.max.dynamic.partitions.pernode
- In Configuration, and search for hive-site.xml. select the Hive service. Click
-
In HiveServer2 Advanced Configuration Snippet (Safety Valve) for hive-site.xml, click + and add the
hive.exec.dynamic.partition.mode
property. -
Set the value to
nonstrict
. - Save the changes and restart the Hive service.