When I try to update the data in the Hive table in the Cloudera Quickstart VM, I get this error.
Error compiling the statement: FAILED: SemanticException [Error 10294]: try to update or delete using a transaction manager that does not support these operations.
I added some changes to the hive-site.xml file and also restarted the bush and cloudera. These are the changes I made in Hive-site.xml
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 hive.compactor.worker.threads β 1
hadoop hive cloudera-quickstart-vm
Vivek harry
source share