启动和停止 hiveserver2

Start and stop hiveserver2

我通过 php thought thrift 连接到 hive,所以我想启动 hiveserver2,但是如果我使用 hive 命令启动 hiveserver2

hive --service hiveserver2 --hiveconf hive.server2.thrift.port=10000 --hiveconf hive.root.logger=INFO,console

我总是需要通过 Ctrl+C

停止 hiveserver2

我找到了一种新的方法,通过服务命令启动我正在尝试

service hive-server2 start
service hiveserver2 start

但我得到错误:hiveserver2: unrecognized service

任何人都可以帮助我如何使用服务命令启动它吗?

您始终可以通过以下命令 运行 在后台运行 hiveserver2

nohup 配置单元 --service hiveserver2 &