我的配置单元查询对一个表完全不响应。该表上的任何选择查询均不响应
我已经使用选择查询创建了该表。
试图将类型更改为ORC
试图制作TBLPROPERTIES('transactional'='true')
我为数据库启用了ACID属性,用于更新操作。
如果未启用ACID属性,则选择有效。但是我不能禁用它。
尝试通过set hive.execution.engine=tez;
更改为tez。
`set hive.txn.manager=org.apache.hadoop.hive.ql.lockmgr.DbTxnManager;
set hive.enforce.bucketing=true;
set hive.exec.dynamic.partition.mode=nostrict;
set hive.compactor.initiator.on=true;
set hive.compactor.worker.threads=1;`
有什么建议吗?
配置版本:Hive 2.1.1-mapr-1803