how to creating ACID Transaction Hive Table:

admin

7/18/2023
All Articles

creating ACID Transaction Hive Table:

how to creating ACID Transaction Hive Table:

how to creating ACID Transaction Hive Tabl

 

 
We must first establish the configuration parameters listed below for Hive's transaction support in order to create ACID transaction tables.
 
SET hive.support.concurrency=true;
SET hive.enforce.bucketing=true;
SET hive.exec.dynamic.partition.mode=nonstrict;
Set hive.txn.manager=org.apache.hadoop.hive.ql.lockmgr.DbTxnManager;