1.第一次启动初始化(使用mysql存储其元数据)
bin/schematool -initSchema -dbType mysql -verbos
2.启动metastore服务
- bin/hive --service metastore
- nohup bin/hive --service metastore &
- bin/hive --service metastore --hiveconf hive.root.logger=DEBUG,console
3.启动hiveserver2(远程使用需要)
nohup bin/hive --service hiveserver2 &
4.启动hive
bin/hive
bin/beeline beeline> !connect jdbc:hive2://hadoop102:10000
标签:bin,service,启动,--,hive,metastore From: https://www.cnblogs.com/y-c-m520/p/18060850