AbsaOSS / ABRiS

Avro SerDe for Apache Spark structured APIs.
Apache License 2.0
229 stars 75 forks source link

SBT bug manifesting in Abris #166

Closed cerveada closed 3 years ago

cerveada commented 3 years ago
Exception in thread "main" java.lang.RuntimeException: [download failed: javax.ws.rs#javax.ws.rs-api;2.1.1!javax.ws.rs-api.${packaging.type}]
        at org.apache.spark.deploy.SparkSubmitUtils$.resolveMavenCoordinates(SparkSubmit.scala:1389)
       ...

Reported in: #165

This is caused by https://github.com/sbt/sbt/issues/3618

It should be fixed by updating confluent libraries to newer version where workaround is applied.

cerveada commented 3 years ago

Since confluent version will be changed as mentioned in #165 this bug is no longer relevant.