我使用 Hive 和 MySQL 作为元存储,但不知何故无法创建数据库。安装 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