Hive - 启动时出现问题

Hive - issues while starting

我在 Ubuntu 上使用 Hive 有一段时间了,而 Hadoop 处于伪分发模式,但是今天启动 Hive 时无处出现错误 shell.I 根本没有对配置进行任何更改 -

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 

hivemetastore 服务不是 运行。您可以使用以下命令启动该服务。此命令适用于使用软件包进行的安装。

service hive-metastore start

对于 tarball 安装,您可以使用以下命令启动 hive metastore

hive --service metastore &