Hive创建表报错求大神帮忙

Hive创建表报错查看日志
Datastore.Schema (Log4JLogger.java:error(115)) - An exception was thrown while adding/validating class(es) : Column length too big for column 'PARAM_VALUE' (max = 21845); use BLOB or TEXT instead

自己研究一天了 怎么搞啊

字面意思好像是字段定义的长度过长,可以使用blob或者text-->Column length too big for column 'PARAM_VALUE' (max = 21845); use BLOB or TEXT instead

字面意思可以理解,但HIVE的建表SQL中并没有找到超过长度的语句。

https://zhenyu.blog.csdn.net/article/details/106465785 去看这个