Dan, That is a catch-all error returned when (in case probably) something is misconfigured. Are there more error lines below that in the log? The driver class and all its dependencies are present in the Hive NAR, so there is likely an underlying error that, while being propagated up, returns the generic (and misleading) error message you describe.
Regards, Matt On Thu, Oct 6, 2016 at 3:14 PM, Dan Giannone <[email protected]> wrote: > 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.
