Skip to content

Unresolved dependency: not found #47

@MatthiasRMS

Description

@MatthiasRMS

Hi,

When adding:

resolvers += "bintray-spark-packages" at "https://dl.bintray.com/spark-packages/maven/"
addSbtPlugin("org.spark-packages" % "sbt-spark-package" % "0.2.6")

To my project/plugins.sbt file, I get this error:
[error] (update) sbt.librarymanagement.ResolveException: unresolved dependency: org.spark-packages#sbt-spark-package;0.2.6: not found

I've found previous issues mentionning this, but they appeared to be solved by adding a resolver.
In my case, it didn't work.

Any idea on how to fix this ?

When looking at https://dl.bintray.com/spark-packages/maven/org/spark-packages/, there only appear to be the 0.1.1 version in the sbt-spark-package folder, but the 0.2.6 is in the other one. I've tried replacing sbt-spark-package by sbt-spark-package_2.10_0.13but it didn't work either.

Thanks for your help!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions