You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like there's a broken transitive dependency in the published artifact on the hortonworks repo
(repo.hortonworks.com/content/repositories/releases)
I am currently working around this by excluding this transitive dependency specifically which seems to work fine as I am not doing anything with AWS anyways.
It seems like there's a broken transitive dependency in the published artifact on the hortonworks repo
(repo.hortonworks.com/content/repositories/releases)
Depending on
libraryDependencies += "com.hortonworks.hive" %% "hive-warehouse-connector" % "1.0.0.3.0.0.0-1634"
Fails on looking for the transitive dependency:
org.apache.hadoop#hadoop-aws;working@PC65073
This looks like some locally built dependency wormed its way into the dependencies there somehow?
The text was updated successfully, but these errors were encountered: