hortonworks-spark / spark-llap

Apache License 2.0
101 stars 68 forks source link

Depending on Version 1.0.0.3.0.0.0-1634 broken #254

Open GrafBlutwurst opened 5 years ago

GrafBlutwurst commented 5 years ago

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 commented 5 years ago

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.

curious-odd-man commented 5 years ago

This is known ivy issue. Refer to https://stackoverflow.com/questions/23701209/sbt-0-13-2-m3-to-0-13-5-rc3-issue