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