ClickHouse/clickhouse-jdbc-bridge

Does the use of clickhouse jdbc bridge support hive 2.2.0?

angshiguan opened this issue · 4 comments

Does the use of clickhouse jdbc bridge support hive 2.2.0? I tested it to support hive 3.1.0. Can we support hive 2.2.0? Thank you very much!

This is the error log that occurred when connecting to hive2.2.0. In the same environment, hive3.1.0 can be accessed normally。
d766d4341ea665d4806aec6e512be0af

@angshiguan Can you please pass on the config that supports clickhouse jdbc bridge for Hive 3.1.0.

@SharayuM Thank you. It was found that adding hive-jdbc-2.2.0.jar and hive-server-2.2.0jar to the drivers can query the hive2.2.0 version. It should be that hive-jdbc-3.1.0.jar is not compatible with hive-2.2.0

@angshiguan What is hive-server-2.2.0jar? Can you share reference?

@SharayuM Because I am connecting to hive2.2.0 version, the hive-jdbc-3.1.0.jar that was previously used with version 3.1.0 is not compatible with hive2.2.0, so switching to hive-jdbc-2.20.jar will successfully connect.