赞
踩
进入hive_home目录下
输入命令:
启动metastore:
bin/hive --service metastore
后台启动:
bin/hive --service metastore 2>&1 >> /var/log.log &
后台启动,关闭shell连接依然存在:
nohup bin/hive --service metastore 2>&1 >> /var/log.log &
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。