I have cloned the spark-cassandra-connector in order to fix one of its unresolved issues. Prior to any code changes, I'm trying to build locally, as explained in the developer guide. But whichever SBT command that I run, fails with an unresolved dependency errors:
[error] sbt.librarymanagement.ResolveException: unresolved dependency: org.apache.logging.log4j#log4j-api;2.11.1: org.apache#apache;18!apache.pom(pom.original) origin location must be absolute: file:/Users/gcatz/.m2/repository/org/apache/apache/18/apache-18.pom
[error] unresolved dependency: org.apache.logging.log4j#log4j-core;2.11.1: org.apache#apache;18!apache.pom(pom.original) origin location must be absolute: file:/Users/gcatz/.m2/repository/org/apache/apache/18/apache-18.pom
[error] unresolved dependency: com.squareup.okhttp3#okhttp;3.7.0: org.sonatype.oss#oss-parent;7!oss-parent.pom(pom.original) origin location must be absolute: file:/Users/gcatz/.m2/repository/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
...
I'm using a mac (Monterey), Java 1.8.
I wrote some comments regarding the issue in the original thread on DataStax community, but have been asked to open a new thread here instead.
Have you guys ever encountered such an issue with SBT?