aboutsummaryrefslogtreecommitdiff
path: root/docs/bagel-programming-guide.md
diff options
context:
space:
mode:
authorAnkur Dave <ankurdave@gmail.com>2014-01-10 23:48:32 -0800
committerAnkur Dave <ankurdave@gmail.com>2014-01-10 23:48:32 -0800
commit362b9422e45946e94beadd180cd3baa583b6ba23 (patch)
tree1f6aaeb477d539594ca9f45f58604b790493953b /docs/bagel-programming-guide.md
parent2d7e8d8c48e07adea41f255e357aa750b9ddcdc6 (diff)
downloadspark-362b9422e45946e94beadd180cd3baa583b6ba23.tar.gz
spark-362b9422e45946e94beadd180cd3baa583b6ba23.tar.bz2
spark-362b9422e45946e94beadd180cd3baa583b6ba23.zip
Soften wording about GraphX superseding Bagel
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 a1339ec735..cffa55ee95 100644
--- a/docs/bagel-programming-guide.md
+++ b/docs/bagel-programming-guide.md
@@ -3,7 +3,7 @@ layout: global
title: Bagel Programming Guide
---
-**Bagel has been superseded by [GraphX](graphx-programming-guide.html) for graph processing. New users should use GraphX instead.**
+**Bagel will soon be superseded by [GraphX](graphx-programming-guide.html); we recommend that new users try GraphX instead.**
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.