当我尝试在配置单元中创建表时,收到以下错误消息。知道为什么会这样吗?
hive> create table a (x int);
失败:执行错误,从 org.apache.hadoop.hive.ql.exec.DDLTask 返回代码 1。MetaException(消息:对于直接 MetaStore DB 连接,我们不支持在客户端级别重试。)
以下是日志:
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Duplicate key name 'TBLS_FK2' at sun.reflect.GeneratedConstructorAccessor25.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)