Re: Re: How to use HPL/SQL connect with impala and Hive

2017-11-23 Thread Dmitry Tolpeko
Looks like you are trying to connect not through HiveServer2. You should use: hplsql.conn.default hive2conn hplsql.conn.hive2conn org.apache.hive.jdbc.HiveDriver;jdbc:hive2://:1;; Thanks, Dmitry On Thu, Nov 23, 2017 at 10:32 AM, 梁凯 wrote: > Dear, > > Thanks for your help. I tr

Re: How to use HPL/SQL connect with impala and Hive

2017-11-22 Thread Dmitry Tolpeko
>exeception : java.lang.incompatible class change error Can you please send the entire error output? >How to make a connection between HPL/SQL and impala Connection to Impala is not pre-defined yet, so you have to create a new connection, see http://hplsql.org/connections Thanks, Dmitry On We