启动hivemetastore hive --service metastore
启动hiveserver2 hive --service hiveserver2
beeline
!connect jdbc:hive2://172.16.145.124:10000 hive hive
后台运行
hivemetastore nohup hive --service metastore &
hiveserver2 nohup hive --service hiveserver2 &
!connect jdbc:hive2://hadoop-senior.jason.com:10000 jason abc123
sudo su hdfs -c"beeline -u jdbc:hive2://10.27.238.61:10000/cnedmp -n hdfs -p Bigfuture"