摘要: hive报错:mismatched input ',' expecting < near 'array' in list type 解决办法:hive的array属于复杂的数据结构,需要在建表的时候制定后面的数据类型 如:array<string> 参考:https://www.codeleadin 阅读全文