赞
踩
登录 Transwarp Manager 平台-仪表盘 > 集群(页面左侧)- Transwarp ArgoDB 区域-Qurak 服务-配置标签-搜索参数 hive.server2.authentication,开启了LDAP 认证(轻量级目录访问协议)
操作步骤
source ./init.sh
实际项目中可能此次的用户非执行客户端用户,可以用kinit 用户 切换到对应用户
beeline -u "jdbc:hive2://<ip/hostname>:<port>/<database_name>" -n <username> -p <password>
连接示例如下:
beeline -u "jdbc:hive2://172.16.20.1:10000/demodata" -n core_user_01 -p ArgoDB@123
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。