(Since version 1.6.0) Uses of Bagel should migrate to GraphX
(Since version 1.6.0) Uses of Bagel should migrate to GraphX
Default combiner that simply appends messages together (i.e.
Default combiner that simply appends messages together (i.e. performs no aggregation)
(Since version 1.6.0) Uses of Bagel should migrate to GraphX
Represents a Bagel message to a target vertex.
Represents a Bagel message to a target vertex.
Subclasses may contain a payload to deliver to the target vertex and must inherit from java.io.Serializable or scala.Serializable.
(Since version 1.6.0) Uses of Bagel should migrate to GraphX
Represents a Bagel vertex.
Represents a Bagel vertex.
Subclasses may store state along with each vertex and must inherit from java.io.Serializable or scala.Serializable.
(Since version 1.6.0) Uses of Bagel should migrate to GraphX
(Since version 1.6.0) Uses of Bagel should migrate to GraphX
Bagel: An implementation of Pregel in Spark. THIS IS DEPRECATED - use Spark's GraphX library.