我使用Hive與MySQL作爲元存儲,但無法創建數據庫。在Hive安裝之後,我能夠創建一個數據庫,但不再有。我遇到以下錯誤,但是有誰知道這個問題的原因是什麼?無法與Hive創建數據庫
hive> create database testingyou;
FAILED: Error in metadata: MetaException(message:javax.jdo.JDOUserException:
Could not create "increment"/"table" value-generation container `SEQUENCE_TABLE`
since autoCreate flags do not allow it.
NestedThrowables:
org.datanucleus.exceptions.NucleusUserException: Could not create
"increment"/"table" value-generation container `SEQUENCE_TABLE`
since autoCreate flags do not allow it.)
FAILED: Execution Error, return code 1 from
org.apache.hadoop.hive.ql.exec.DDLTask
@DaImTo:爲什麼不應該將這視爲答案? –