其他分享
首页 > 其他分享> > Unable to instantiate org.apache.hadoop.hive.ql.metadata.SessionHiveMetaStoreClient

Unable to instantiate org.apache.hadoop.hive.ql.metadata.SessionHiveMetaStoreClient

作者:互联网

hive使用show databases;命令报错:

1.确认hive-site.xml中的地址,用户名还有密码填写正确:

在这里插入图片描述

2.确认lib目录下已经添加了mysql的驱动包:

在这里插入图片描述

3.需要初始化元数据:

在这里插入图片描述

./schematool -initSchema -dbType mysql

使用上面的命令初始化元数据,在mysql的表里面就有数据了
在这里插入图片描述

thetimelyrain 发布了25 篇原创文章 · 获赞 0 · 访问量 2157 私信 关注

标签:初始化,文章,instantiate,确认,hadoop,hive,mysql,数据
来源: https://blog.csdn.net/thetimelyrain/article/details/104123325