【Hive十二】Hive服务

1. metastore

[hadoop@hadoop bin]$ ./hive --service metastore
Starting Hive Metastore Server

访问:

功能:

2. hiveserver2

提供JDBC访问能力

jdbc:hive2://<host>:<port>
org.apache.hive.jdbc.HiveDriver

3. hiveserver

提供JDBC访问能力

jdbc:hive://<host>:<port>
org.apache.hadoop.hive.jdbc.HiveDriver

4. cli

命令行终端

 

5. hwi

hive web interface,Hive的web UI终端,提供查询等web页面console,类似cli

6.beeline

HiveServer2 uses the BeeLine command line interface. HiveServer1 uses the Hive Shell



 

猜你喜欢

转载自bit1129.iteye.com/blog/2200278