aboutsummaryrefslogtreecommitdiff
path: root/docs/bagel-programming-guide.md
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2013-09-02 18:38:12 -0700
committerMatei Zaharia <matei@eecs.berkeley.edu>2013-09-02 18:38:12 -0700
commita106ed8b97e707b36818c11d1d7211fa28636178 (patch)
tree5ce12b04c710bd8e776c31bc3c8cef63f3313622 /docs/bagel-programming-guide.md
parent2ce200bf7f7a38afbcacf3303ca2418e49bdbe2a (diff)
parent59218bdd4996a13116009e3669b1b875be23a694 (diff)
downloadspark-a106ed8b97e707b36818c11d1d7211fa28636178.tar.gz
spark-a106ed8b97e707b36818c11d1d7211fa28636178.tar.bz2
spark-a106ed8b97e707b36818c11d1d7211fa28636178.zip
Merge remote-tracking branch 'old/master'
Diffstat (limited to 'docs/bagel-programming-guide.md')
-rw-r--r--docs/bagel-programming-guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/bagel-programming-guide.md b/docs/bagel-programming-guide.md
index 583684913d..140190a38c 100644
--- a/docs/bagel-programming-guide.md
+++ b/docs/bagel-programming-guide.md
@@ -3,7 +3,7 @@ layout: global
title: Bagel Programming Guide
---
-**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.
+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.
In the Pregel programming model, jobs run as a sequence of iterations called _supersteps_. In each superstep, each vertex in the graph runs a user-specified function that can update state associated with the vertex and send messages to other vertices for use in the *next* iteration.