spark-llap icon indicating copy to clipboard operation
spark-llap copied to clipboard

Depending on Version 1.0.0.3.0.0.0-1634 broken

Open GrafBlutwurst opened this issue 7 years ago • 2 comments

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?

GrafBlutwurst avatar Sep 18 '18 11:09 GrafBlutwurst

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.

GrafBlutwurst avatar Sep 18 '18 12:09 GrafBlutwurst