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
**Bagel will soon be superseded by [GraphX](graphx-programming-guide.html); we recommend that new users try GraphX instead.**
7
+
**Bagel is deprecated, and superseded by [GraphX](graphx-programming-guide.html).**
8
8
9
9
Bagel is a Spark implementation of Google's [Pregel](http://portal.acm.org/citation.cfm?id=1807184) graph processing framework. Bagel currently supports basic graph computation, combiners, and aggregators.
10
10
@@ -157,11 +157,3 @@ trait Message[K] {
157
157
def targetId: K
158
158
}
159
159
{% endhighlight %}
160
-
161
-
# Where to Go from Here
162
-
163
-
Two example jobs, PageRank and shortest path, are included in `examples/src/main/scala/org/apache/spark/examples/bagel`. You can run them by passing the class name to the `bin/run-example` script included in Spark; e.g.:
0 commit comments