ClickHouse / clickhouse-jdbc-bridge

A JDBC proxy from ClickHouse to external databases
Apache License 2.0
167 stars 60 forks source link

jdbc postgres fail #24

Closed AymanElarian closed 3 years ago

AymanElarian commented 4 years ago

hello , jdbc bridage fail for postgres driver as the following

Code: 86. DB::Exception: Received from localhost:9000. DB::Exception: Received error from remote server /identifier_quote?connection_string=jdbc%3Apostgresql%3A%2F%2Fttc-...... HTTP status code: 500 Server Error, body: No suitable driver found for jdbc:postgresql://.......

xchf commented 4 years ago

Download postgresql-42.2.5.jar

RainDong911 commented 4 years ago

Where to put the driver jar files?

aorashi commented 3 years ago

/var/lib/clickhouse-jdbc-bridge or change in default config BRIDGE_DRIVER_DIR variable

zhicwu commented 3 years ago

Close as this looks like a configuration issue, not a defect in code.