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.partitionshive.exec.max.dynamic.partitions.pernode
- In select the Hive service. Click Configuration, and search for hive-site.xml.
-
In HiveServer2 Advanced Configuration Snippet (Safety Valve) for hive-site.xml, click + and add the
hive.exec.dynamic.partition.modeproperty. -
Set the value to
nonstrict. - Save the changes and restart the Hive service.
