aboutsummaryrefslogtreecommitdiff
path: root/docs/bagel-programming-guide.md
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2013-09-02 13:35:28 -0700
committerMatei Zaharia <matei@eecs.berkeley.edu>2013-09-02 13:35:28 -0700
commit2615cad30b0dff32ffc0d070a4f763265c603514 (patch)
treed7cb96dbf267df9d6a3494204f1778e3d0be662e /docs/bagel-programming-guide.md
parent12b2f1f9c9044a91018e5d5644dee33a65d9da95 (diff)
downloadspark-2615cad30b0dff32ffc0d070a4f763265c603514.tar.gz
spark-2615cad30b0dff32ffc0d070a4f763265c603514.tar.bz2
spark-2615cad30b0dff32ffc0d070a4f763265c603514.zip
Some doc improvements
- List higher-level projects that run on Spark - Tweak CSS
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.