I am using https://github.com/DmitryBe/clickhouse-spark-connector
I create my jar with sbt assembly after I cloned the repo and then I add my import statements.
import io.clickhouse.ext.ClickhouseConnectionFactory
import io.clickhouse.ext.spark.ClickhouseSparkExt._
object clickhouse is not a member of package spark.jobserver.io
I can see that these paths exist and they are added as dependencies the same way I have added all the others. I have cleaned and rebuilt etc but it has made no difference. I am using scala-ide(eclipse).