+1 vote
in DevOps by
Hive Support Acid Transactions?

1 Answer

0 votes
by

By default it doesn’t support record-level update, insert and delete, but recent Hive 1.4 later versions supporting insert, update and delete operations. So hive support ACID transactions.

To achieve updates & deletion transactions in 1.4 version, you must change given default values.

hive.support.concurrency – true

hive.enforce.bucketing – true

hive.exec.dynamic.partition.mode – nonstrict

hive.txn.manager – org.apache.hadoop.hive.ql.lockmgr.DbTxnManager

hive.compactor.initiator.on – true (for exactly one instance of the Thrift metastore service)

hive.compactor.worker.threads – a positive number on at least one instance of the Thrift metastore service

Related questions

0 votes
asked Apr 1, 2020 in Big Data | Hadoop by AdilsonLima
0 votes
asked May 29, 2020 in DevOps by sharadyadav1986
...