hive报错:hive create table: Specified key was too long; max key length is 767 bytes

create table tableName (name string);报错
Specified key was too long; max key length is 767 bytes 长度的问题。

hive> create table t1 ( name string ) ;
Moved: ‘hdfs://cxzdy:9000/user/hive/warehouse/t1’ to trash at: hdfs://cxzdy:9000/user/root/.Trash/Current
Moved: ‘hdfs://cxzdy:9000/user/hive/warehouse/t1’ to trash at: hdfs://cxzdy:9000/user/root/.Trash/Current
FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. MetaException(message:javax.jdo.JDODataStoreException: An exception was thrown while adding/validating class(es) : Specified key was too long; max key length is 767 bytes
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Specified key was too long; max key length is 767 bytes
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)省略…

度娘上的解决方案大多都是:
在mysql机器的上运行:  alter database hive character set latin1;
起初还以为这是BUG的最终解决方案,后来在windows的mysql上执行提示
错误码: 1
Can’t create/write to file ‘.\hive\db.opt’ (Errcode: 2 - No such file or directory)

只需要执行:
alter database 库名 character set latin1;

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值