【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
本站文章为和通数据库网友分享或者投稿,欢迎任何形式的转载,但请务必注明出处.
同时文章内容如有侵犯了您的权益,请联系QQ:970679559,我们会在尽快处理。