hive创建表时报错
Posted birdmmxx
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了hive创建表时报错相关的知识,希望对你有一定的参考价值。
这是因为mysql字符集的原因。修改mysql的字符集。
mysql> alter database hive character set latin1;
参考博客:https://blog.csdn.net/qq_38723677/article/details/82668506
以上是关于hive创建表时报错的主要内容,如果未能解决你的问题,请参考以下文章
Django创建表时报错django.db.utils.InternalError: (1366问题解决记录