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

incrementalSD Compilation failed #1

Open
gac55 opened this issue Oct 24, 2016 · 0 comments
Open

incrementalSD Compilation failed #1

gac55 opened this issue Oct 24, 2016 · 0 comments

Comments

@gac55
Copy link

gac55 commented Oct 24, 2016

Hi Akshay,

Interesting project, thanks for sharing. I just tried the incrementalSD but got an error. When I run sbt package I get the following:

08:29:38 IncrementalSD $ sbt package [info] Loading project definition from /graphMod/IncrementalSD/project [info] Set current project to Gapp (in build file:graphMod/IncrementalSD/) [info] Compiling 2 Scala sources to graphMod/IncrementalSD/target/scala-2.10/classes... [error] /graphMod/IncrementalSD/src/main/scala/Gapp.scala:42: type mismatch; [error] found : org.apache.spark.graphx.Graph[Int,Double] [error] required: org.apache.spark.graphx.Graph[gmod.Vattr,Double] [error] gmod.run(gr).vertices.map{ case (vid,vattr) => (vid,vattr.distSoFar)}.saveAsTextFile("/user/akshay/mod_result") [error] ^ [error] one error found [error] (compile:compileIncremental) Compilation failed

This is a clean clone that I made no changes to.

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

1 participant