-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Hi!
Can't use sbt-spark-package because the plugin can't be found. I saw two other closed issues with similar problem and tried the resolutions there, but it doesn't seem to work.
I defined scalaVersion as 2.11.11 and it's trying to get for scala 2.12
~/d/m/h/tmz2-spark-sbt ❯❯❯ sbt ⏎ master ✚ ✱ ◼
[info] Loading settings from assembly.sbt,plugins.sbt ...
[info] Loading project definition from /Users/mdumoulin/dev/mapr-engagement/hpe/tmz2-spark-sbt/project
[info] Updating {file:/Users/mdumoulin/dev/mapr-engagement/hpe/tmz2-spark-sbt/project/}tmz2-spark-sbt-build...
[warn] module not found: org.spark-packages#sbt-spark-package;0.2.6
[warn] ==== typesafe-ivy-releases: tried
[warn] https://repo.typesafe.com/typesafe/ivy-releases/org.spark-packages/sbt-spark-package/scala_2.12/sbt_1.0//0.2.6/ivys/ivy.xml
[warn] ==== sbt-plugin-releases: tried
[warn] https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/org.spark-packages/sbt-spark-package/scala_2.12/sbt_1.0//0.2.6/ivys/ivy.xml
[warn] ==== local: tried
[warn] /Users/mdumoulin/.ivy2/local/org.spark-packages/sbt-spark-package/scala_2.12/sbt_1.0//0.2.6/ivys/ivy.xml
[warn] ==== public: tried
[warn] https://repo1.maven.org/maven2/org/spark-packages/sbt-spark-package_2.12_1.0/0.2.6/sbt-spark-package-0.2.6.pom
[warn] ==== local-preloaded-ivy: tried
[warn] /Users/mdumoulin/.sbt/preloaded/org.spark-packages/sbt-spark-package/0.2.6/ivys/ivy.xml
[warn] ==== local-preloaded: tried
[warn] file:////Users/mdumoulin/.sbt/preloaded/org/spark-packages/sbt-spark-package_2.12_1.0/0.2.6/sbt-spark-package-0.2.6.pom
[warn] ==== Artima Maven Repository: tried
[warn] http://repo.artima.com/releases/org/spark-packages/sbt-spark-package_2.12_1.0/0.2.6/sbt-spark-package-0.2.6.pom
[warn] ==== bintray-spark-packages: tried
[warn] https://dl.bintray.com/spark-packages/maven/org/spark-packages/sbt-spark-package_2.12_1.0/0.2.6/sbt-spark-package-0.2.6.pom
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: UNRESOLVED DEPENDENCIES ::
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: org.spark-packages#sbt-spark-package;0.2.6: not found
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn]
[warn] Note: Some unresolved dependencies have extra attributes. Check that these dependencies exist with the requested attributes.
[warn] org.spark-packages:sbt-spark-package:0.2.6 (scalaVersion=2.12, sbtVersion=1.0)
Relevant part of by build.sbt:
name := """tmz2-spark"""
version := "1.0"
**scalaVersion := "2.11.11"**
spName := "mapr/tmz2-spark"
sparkVersion := "2.1.0"
sparkComponents += Seq("core", "sql")
spDistDirectory := "dist"
relevant part of plugins.sbt
resolvers += "bintray-spark-packages" at "https://dl.bintray.com/spark-packages/maven/"
addSbtPlugin("org.spark-packages" % "sbt-spark-package" % "0.2.6")
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels