Hive - 获取锁定时出错

Vir*_*ino 5 hive locking transactions

Hive正在中止执行和记录:

No rows affected (0.005 seconds)
No rows affected (0.059 seconds)
Error: Error while processing statement: FAILED: Error in acquiring locks: Locks on the underlying objects cannot be acquired. retry after some time (state=42000,code=10)

Closing: 0: jdbc:hive2://
Run Code Online (Sandbox Code Playgroud)

有人可以提供一些提示如何排除故障吗?

horton版本在horton发行版中为0.14 hive.support.concurrency = true; hive.txn.manager = DummyTxnManager

小智 7

设置此属性并运行它。

SET hive.support.concurrency = false;

默认情况下为true。

尼蒂什