Are there any Apache Kudu drivers for Scala 2.12? And if not, are they planned?
And if not, is this a warning sign that Apache Kudu is not going to be developed any more?
I am able to work with Kudu from Spark 2.4 and Scala 2.11, but I would prefer to migrate to Scala 2.12
, "org.apache.kudu" % "kudu-client" % "1.6.0-cdh5.14.4"
// At this time, the Kudu libraries are only available for Scala 2.11
, "org.apache.kudu" %% "kudu-spark2" % "1.4.0" excludeAll(
ExclusionRule(organization = "org.apache.kudu", name = "kudu-client")
)