You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hi Akshay,
Interesting project, thanks for sharing. I just tried the
incrementalSD
but got an error. When I runsbt 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.The text was updated successfully, but these errors were encountered: