栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 前沿技术 > 大数据 > 大数据系统

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

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 ‘.hivedb.opt’ (Errcode: 2 - No such file or directory)

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

转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/457269.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号