启动metastore
hive --service metastore -p <your port>
后台启动metastore
bin/hive --service metastore 2>&1 >> /var/log.log &
此方法启动的
metastore
在退出ssh
连接之后还是会被关闭
后台启动metastore
并且关闭ssh
连接后依然存在
nohup bin/hive --service metastore 2>&1 >> /var/log.log &
本博客所有文章除特别声明外,均采用 CC BY-SA 3.0协议 。转载请注明出处!