欢迎投稿

今日深度:

【Hive十二】Hive服务,

【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



 

 

 

 

 

 

 

 

www.htsjk.Com true http://www.htsjk.com/hive/29942.html NewsArticle 【Hive十二】Hive服务, 1. metastore [hadoop@hadoop bin]$ ./hive --service metastoreStarting Hive Metastore Server   访问: 功能:   2. hiveserver2 提供JDBC访问能力   jdbc:hive2://host:portorg.apache.hive.jdbc.HiveDrive...
相关文章
    暂无相关文章
评论暂时关闭