hive的连接方式

第一种;hive的安装目录下./hive启动客户端连接服务,在服务中写sql
通过配置环境变量
exprot HIVE_HOME=usr/app/hive-2.3.5
在这里插入图片描述
source /etc/profile或者 . /etc/profile
直接输入hive启动
show databases;
create table t_a(id int,name string)
show tables;

第二种 HiveJDBC访问
启动hiveserver2服务
[root@doit01 hive]$ bin/hiveserver2
启动beeline
[root@doit01 hive]$ bin/beeline
Beeline version 1.2.1 by Apache Hive
beeline>

连接hiveserver2
beeline> !connect jdbc:hive2:/doit01:10000(回车)
Connecting to jdbc:hive2:/doit01:10000
Enter username for jdbc:hive2:/doit01:10000: root(回车)
Enter password for jdbc:hive2:/doit01:10000: (直接回车)
Connected to: Apache Hive (version 1.2.1)
Driver: Hive JDBC (version 1.2.1)
Transaction isolation: TRANSACTION_REPEATABLE_READ
0: jdbc:hive2:/doit01:10000> show databases;
±---------------±-+
| database_name |
±---------------±-+
| default |
| hive_db2 |
±---------------±-+

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值