HIVE metastore Duplicate key name 'PCS_STATS_IDX' (state=42000,code=1061)

HDP 版本:2.4.0.0-169.

解决:将hive 所在 节点上的/usr/hdp/2.4.0.0-169/hive/script/metastore/upgrade/msql/hive-schema-1.2.1000.mysql.sql拷贝到HIVE所连接的数据库,

然后中HIVE库中执行这个脚本就OK 了。

原文地址:https://www.cnblogs.com/tyb1222/p/6494423.html