> On Mar 16, 2016, at 7:06 AM, Srinivasan Hariharan02 > <[email protected]> wrote: > > Now able to query the hive table by using <hivemodelname>.<tablename> in the > sql, However while executing the query I am getting the below error. > > > Caused by: java.sql.SQLException: Method not supported > at > org.apache.hive.jdbc.HiveStatement.setQueryTimeout(HiveStatement.java:739) > at > org.apache.commons.dbcp.DelegatingStatement.setQueryTimeout(DelegatingStatement.java:249) > at > org.apache.commons.dbcp.DelegatingStatement.setQueryTimeout(DelegatingStatement.java:249) > at > org.apache.calcite.runtime.ResultSetEnumerable.enumerator(ResultSetEnumerable.java:138) > > Is there any incompatibility with hive jdbc and calcite jdbc.?
I don’t know; I’ve not tested them together. But the above error looks like a compatibility problem to me. Can you please log a JIRA case? Julian
