Hive 3.1.2版本会有这个bug,3.2.0好像就已经修复了
MetaStoreClient lost connection. Attempting to reconnect (1 of 1) after 1s. setPartitionColumnStatisticsde

set hive.stats.autogather=false;
然后再建表
此篇博客介绍了Hive 3.1.2中遇到的MetaStoreClient连接问题,提到通过设置autogather为false并重新创建表,3.2.0版本已解决此bug。

set hive.stats.autogather=false;
然后再建表
7899

被折叠的 条评论
为什么被折叠?
