背景
在配置完hive的hive.metastore.uris之后,报错
Could not connect to meta store using any of the URIs provided. Most recent failure: org.apache.thrift.transport.TTransportException: java.net.ConnectException: Connection refused (Connection refused)

原因分析
我将hive.metastore.uris的值中端口写错了

更改完成后,hive正常使用

版权声明:本文为Norni原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。