尝试在 Cloudera Quickstart VM 中更新 Hive 表中的数据时,出现此错误。
编译语句时出错:失败:SemanticException [错误 10294]:尝试使用不支持这些操作的事务管理器进行更新或删除。
我在 hive-site.xml 文件中添加了一些更改,并重新启动了 hive 和 cloudera。这些是我在 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