时间:2021-07-01 10:21:17 帮助过:112人阅读
定义执行SQL语句连接后执行hive2conn 的一些默认设置,如:set system:user.name=mr;
set hive.execution.engine=mr(mr为MapReduce,也可以设置为spark);
2.2 对hplsql-site.xml配置
编辑hplsql-site.xml 修改或添加以下变量: <property> <name>hplsql.conn.default</name> <value>hive2conn</value> <description>The default connection profile</description> </property> <property> <name>hplsql.conn.init.hive2conn</name> <value>set system:user.name=mr;set hive.execution.engine=mr</value> </property> <property> <name>hplsql.conn.hive2conn</name> <value>org.apache.hive.jdbc.HiveDriver;jdbc:hive2://IPAddress:10000;username;password</value> <description>HiveServer2 JDBC connection</description> </property> |
1)使用hplsql执行HPL/SQL语句,如下:
./hplsql -e "CURRENT_DATE+1"
正确显示时间;
2)运行 bin/beeline.sh,然后输入 !connect jdbc:hive2://IPAddress:10000;username;password;
发现连接成功。
3)执行的命令:
./hplsql -e "SELECT * FROM default.test LIMIT 10"
3.1 报错信息:...HiveSQLExpection:Error while compiling statement:No privilege ‘Select‘ found for inputs {.....}
显示对表没有select权限。
分析过程:
1)使用命令vim hplsql脚本发现,该脚本主要是调用hive脚本;
2)查看hive脚本,发现脚本使用环境变量HIVE_CONF_DIR;
3)使用命令env|grep hive发现,环境变量HIVE_CONF_DIR未设置;
4)在/etc/profile中加入export HIVE_CONF_DIR=/etc/hive/conf(根据hplsql-site.xml路径指定)
3.2 报错信息:java.sql.SQLExpection:Could not open client transport with JDBC Uri:jdbc:hive2://localhost:10000:java.net.ConnetcExpection:拒绝连接
一般为hive-site.xml文件配置问题
分析过程:
1)检查端口10000是否启动
netstat -anp|grep 10000
2)检查hive-site.xml配置
<configuration> |
注:IPAddress为hive服务对应的IP地址。
Hplsql报错:...HiveSQLExpection:Error while compiling statement:No privilege 'Select' found for inputs {.....}
标签:显示 tar blank sele ipaddress htm exe org stat