分享

求助hive建表失败

hive> create table test(
    > name String,
    > age int,
    > sex String
    > )
    > ;
FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. MetaException(message:For direct MetaStore DB connections, we don't support retries at the client level.)
hive 刚装好的然后建表总是出现这个提示错误

已有(2)人评论

跳转到指定楼层
请叫我野区养猪 发表于 2016-7-15 15:09:20
请教各位大大 咋回事了
回复

使用道具 举报

请叫我野区养猪 发表于 2016-7-15 15:25:17
解决了 是字符集的问题 在mysql中使用的库是test 由于字符集引起的错误 在mysql中使用alter database test character set latin1 命令 然后在hive中创建表等DDL操作就可以了
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关闭

推荐上一条 /2 下一条