Carter Shanklin created HIVE-17026: -------------------------------------- Summary: HPL/SQL Example for hplsql.conn.hiveconn doesn't work on master Key: HIVE-17026 URL: https://issues.apache.org/jira/browse/HIVE-17026 Project: Hive Issue Type: Bug Components: hpl/sql Reporter: Carter Shanklin
This bug is part of a series of issues and surprising behavior I encountered writing a reporting script that would aggregate values and give rows different classifications based on an the aggregate. Addressing some or all of these issues would make HPL/SQL more accessible to newcomers. The docs at http://www.hplsql.org/configuration#hplsqlconnhiveconn state: <property> <name>hplsql.conn.hiveconn</name> <value>org.apache.hadoop.hive.jdbc.HiveDriver;jdbc:hive://</value> </property> If you use that on current master you get: java.sql.SQLException: No suitable driver found for jdbc:hive:// If you use hive2 it works fine. It's not clear to me if that's a change from prior versions or not. Version = 3.0.0-SNAPSHOT r71f52d8ad512904b3f2c4f04fe39a33f2834f1f2 -- This message was sent by Atlassian JIRA (v6.4.14#64029)