Does the use of clickhouse jdbc bridge support hive 2.2.0?
angshiguan opened this issue · 4 comments
angshiguan commented
SharayuM commented
@angshiguan Can you please pass on the config that supports clickhouse jdbc bridge for Hive 3.1.0.
angshiguan commented
@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
SharayuM commented
@angshiguan What is hive-server-2.2.0jar? Can you share reference?
angshiguan commented
@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.