Hello, I am trying to use a SelectHiveQL processor using the following controller configuration:
Database Connection URL - jdbc:hive://server:port/default Hive Configuration Resources - /path/to/hive/hive-site.xml When my processor goes to run the simple query, I get the following error (copying the important parts to save space): >Unable to execute HiveQL select query select * from table >Caused by: org.apache.commons.dbcp.SQLNestedException: Cannot create JDBC >driver of class 'org.apache.hive.jdbc.HiveDriver' for connect URL '<see above>' >Caused by: java.sql.SQLException: No suitable driver I assume I am missing something in hive-site.xml, or a jar file? Any insight would be appreciated. Thanks, Dan The information transmitted is intended only for the person or entity to which it is addressed and may contain CONFIDENTIAL material. If you receive this material/information in error, please contact the sender and delete or destroy the material/information.
