热线电话:13121318867

登录
2019-06-14 阅读量: 1096
如何启动hive 的远程访问服务?

如何启动hive 的远程访问服务?

答:

启动hiveserver2的方式:

hive --service hiveserver2

后台方式启动 nohup hive --server hiveserver2 &

启动元数据服务

hive --service metastore

nohup hive --service metastore &

非后台启动方式 停止进程时使用 ctrl + c

后台运行的进程需要使用jps 查看进程id 然后

kill -9 进程id

0.0000
5
关注作者
收藏
评论(0)

发表评论

暂无数据
推荐帖子