You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using the official one, seems working trying to switch to the native jdbc, using pyspark to read it, it is hanging without showing any error message:
only saw following log
I1009 02:53:09.454974 46 jdbc.py:161] open connection {self._host} {self._database} {self._port}
log4j:WARN No appenders could be found for logger (com.github.housepower.jdbc.ClickhouseJdbcUrlParser).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
also tried to use the python JayDeBeAPI to connect to the db, also hanging.
the same code works with the official driver, wondering if I miss anything here.
the official is a bit too big in size, this one seems quite small and does not require as many dep, if this works, really want to switch to this driver.
The text was updated successfully, but these errors were encountered:
using the official one, seems working trying to switch to the native jdbc, using pyspark to read it, it is hanging without showing any error message:
only saw following log
here is the pyspark snippet:
also tried to use the python JayDeBeAPI to connect to the db, also hanging.
the same code works with the official driver, wondering if I miss anything here.
the official is a bit too big in size, this one seems quite small and does not require as many dep, if this works, really want to switch to this driver.
The text was updated successfully, but these errors were encountered: