aboutsummaryrefslogtreecommitdiff
path: root/docs/index.md
diff options
context:
space:
mode:
authorAnkur Dave <ankurdave@gmail.com>2014-01-10 11:37:10 -0800
committerAnkur Dave <ankurdave@gmail.com>2014-01-10 11:37:10 -0800
commit6bd9a78e78d42dc5c216af4b6f59a71a002f82e5 (patch)
treedee127765fa8429478641eb5f25f64a4038b2ce8 /docs/index.md
parentcfc10c74a33cfd0997f53cb37053fd69193ee790 (diff)
downloadspark-6bd9a78e78d42dc5c216af4b6f59a71a002f82e5.tar.gz
spark-6bd9a78e78d42dc5c216af4b6f59a71a002f82e5.tar.bz2
spark-6bd9a78e78d42dc5c216af4b6f59a71a002f82e5.zip
Add back Bagel links to docs, but mark them superseded
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/index.md b/docs/index.md
index 7228809738..c11dc38b0e 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -77,7 +77,8 @@ For this version of Spark (0.8.1) Hadoop 2.2.x (or newer) users will have to bui
* [Python Programming Guide](python-programming-guide.html): using Spark from Python
* [Spark Streaming](streaming-programming-guide.html): using the alpha release of Spark Streaming
* [MLlib (Machine Learning)](mllib-guide.html): Spark's built-in machine learning library
-* [GraphX (Graphs on Spark)](graphx-programming-guide.html): simple graph processing model
+* [Bagel (Pregel on Spark)](bagel-programming-guide.html): simple graph processing model *(superseded by GraphX)*
+* [GraphX (Graphs on Spark)](graphx-programming-guide.html): Spark's new API for graphs
**API Docs:**
@@ -85,6 +86,7 @@ For this version of Spark (0.8.1) Hadoop 2.2.x (or newer) users will have to bui
* [Spark for Python (Epydoc)](api/pyspark/index.html)
* [Spark Streaming for Java/Scala (Scaladoc)](api/streaming/index.html)
* [MLlib (Machine Learning) for Java/Scala (Scaladoc)](api/mllib/index.html)
+* [Bagel (Pregel on Spark) for Scala (Scaladoc)](api/bagel/index.html) *(superseded by GraphX)*
* [GraphX (Graphs on Spark) for Scala (Scaladoc)](api/graphx/index.html)