hive 的 beeline用法

先开启服务端:

nohup hive --service metastore &

nohup  hive --service hiveserver2 &

进入beeline:

beeline -u jdbc:hive2://localhost:10000 -n root -p diagbot####

原文地址:https://www.cnblogs.com/kwzblog/p/9406715.html