Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add links to Hive Transactions in hive.exec.dynamic.partition.mode and hive.enforce.bucketing

...

Whether bucketing is enforced. If true, while inserting into the table, bucketing is enforced.

Set to true to support INSERT ... VALUES, UPDATE, and DELETE (Hive 0.14.0 and later).

hive.enforce.sorting
  • Default Value: false
  • Added In: Hive 0.6.0

...

  • Default Value: strict
  • Added In: Hive 0.6.0

In strict mode, the user must specify at least one static partition in case the user accidentally overwrites all partitions.

Set to nonstrict to support INSERT ... VALUES, UPDATE, and DELETE (Hive 0.14.0 and later).

hive.exec.max.dynamic.partitions

...