Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

HIVE_PARAMETER_QUERY_DATA_TYPE_ERR_NON_SUPPORT_DATA_TYPE

avatar
New Contributor
Hi. I have an Kudu table when I tried to insert new row using Impala JDBC Driver I received this error: com.cloudera.exceptions.ExceptionConverter.toSQLException: [Simba][ImpalaJDBCDriver](500352) Error getting the parameter data type: HIVE_PARAMETER_QUERY_DATA_TYPE_ERR_NON_SUPPORT_DATA_TYPE java.sql.SQLException: [Simba][ImpalaJDBCDriver](500352) Error getting the parameter data type: HIVE_PARAMETER_QUERY_DATA_TYPE_ERR_NON_SUPPORT_DATA_TYPE I also tried using Statement Java program and works fine , but Using PreparedStatement does not work also i find when the String is long ,it happeded this JDBC Impala version: Cloudera_ImpalaJDBC4_2.5.38
1 REPLY 1

avatar
New Contributor

We had same problem and found workaround (use setObject instead of setString). Detail described in message:

https://community.cloudera.com/t5/Interactive-Short-cycle-SQL/HIVE-PARAMETER-QUERY-DATA-TYPE-ERR-NON...