1. metastore

[[email protected] 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


【Hive十二】Hive服务
 

 

 

 

 

 

 

 

相关文章:

  • 2022-01-14
  • 2022-12-23
  • 2021-05-03
  • 2021-08-09
  • 2022-02-22
  • 2021-07-25
  • 2021-08-12
猜你喜欢
  • 2021-09-15
  • 2021-09-23
  • 2021-04-13
  • 2021-08-04
  • 2022-02-28
  • 2022-12-23
  • 2021-08-22
相关资源
相似解决方案