Closed swarupsarangi113 closed 2 years ago
you can use clickhouse-native-jdbc-shaded-2.6.5.jar
, it is a self-contained library.
I tried with clickhouse-native-jdbc-shaded-2.6.5.jar
but it throws me the same error. However when I added aircompressor-0.21.jar
that error went away.
Environment
Jars Used
clickhouse-native-jdbc-2.6.5.jar delta-core_2.12-1.0.0.jar hadoop-aws-3.2.2.jar
I am trying to load a dataframe from S3 Delta lake to ClickHouse Table. This code works fine when running locally, but when running in EMR Cluster I am getting the error below.
Error logs
My Code
Other descriptions