Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to assemble SciSpark #217

Open
morozovivan95 opened this issue Nov 12, 2017 · 2 comments
Open

Unable to assemble SciSpark #217

morozovivan95 opened this issue Nov 12, 2017 · 2 comments

Comments

@morozovivan95
Copy link

I have Scala 2.11.2, Spark 2.0.0, sbt 1.0.1 installed. When I try to assemble SciSpark with
sbt -Dspark.version=2.0.0 -Dscala.version=2.11.2 clean assembly
I keep getting an error message
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: UNRESOLVED DEPENDENCIES ::
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: com.eed3si9n#sbt-assembly;0.13.0: not found
[warn] :: org.scalastyle#scalastyle-sbt-plugin;0.8.0: not found
[warn] :: org.scoverage#sbt-scoverage;1.3.5: not found
[warn] :: org.scoverage#sbt-coveralls;1.1.0: not found
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
And build stops.

I assume that this problem is associated with project/assembly.sbt file. I tried to edit plugin's versions, but still cannot resolve org.scoverage#sbt-coveralls;1.1.0 dependency.

@morozovivan95 morozovivan95 changed the title Unable to assembly SciSpark Unable to assemble SciSpark Nov 12, 2017
@jdahaldev
Copy link

Were you able to get around this?

@darkwilmore
Copy link

Try this versions

addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.6")

addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")

addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1")

addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.2.2")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants