启动Hive服务:
./hive --service metastore & ./hive --service hiveserver2 &
关闭Hive服务:
./hive --service metastore --stop ./hive --service hiveserver2 --stop