Hi everyone, According to https://github.com/apache/pinot/blob/master/LICENSE-binary, Pinot has dependencies on jars from 3 different major Scala releases, each of which will pull try to pull in non-compatible scala-library jars for those different versions. The scala version is in the suffix of the jar name.
Examples: org.apache.kafka:kafka_2.10:0.9.0.1 org.apache.kafka:kafka_2.12:2.8.1 org.apache.spark:spark-core_2.11:2.4.0 Would it be possible to get Pinot to choose 1 Scala version? Scala 2.13 might even be an option if you upgrade to the latest version of Spark. (v3.2.0 supports Scala 2.13 and Scala 2.12 - v3.2.1 is out now too) Regards, PJ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@pinot.apache.org For additional commands, e-mail: dev-h...@pinot.apache.org