Unable to instantiate org.apache.hadoop.hive.ql.metadata.SessionHiveMetaStoreClient
之前搭的环境,今天起来后进入hive报错如图

这个错误其实是 hive 的元数据找不到了,可以启动下元数据服务即可。
解决方式
cd /opt/module/hive/bin
./hive --service metastore &

之前搭的环境,今天起来后进入hive报错如图

这个错误其实是 hive 的元数据找不到了,可以启动下元数据服务即可。
解决方式
cd /opt/module/hive/bin
./hive --service metastore &
