我一直在Ubuntu上使用 Hive ,而 Hadoop 处于伪分发模式但是今天我无法在启动Hive shell时遇到错误。我有根本没有对配置进行任何更改 -
Caused by: Meta Exception(message: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
答案 0 :(得分:1)
hivemetastore服务未运行。您可以使用以下命令启动服务。此命令适用于使用软件包进行的安装。
service hive-metastore start
对于tarball安装,您可以使用以下命令启动hive Metastore
hive --service metastore &