hive 的 beeline用法

先开启服务端:

nohup hive --service metastore &

nohup  hive --service hiveserver2 &

进入beeline:

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

posted @ 2018-08-02 13:48  kwz  Views(1465)  Comments(0Edit  收藏  举报