Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If a table is to be used in ACID writes (insert, update, delete) then the table property "transactional=true" must be set on that table, starting with Hive 0.14.0.  Without this value, inserts will be done in the old style; updates and deletes will be prohibited.  However, this does not apply to Hive 0.13.0.

...