aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSean Owen <sowen@cloudera.com>2015-09-13 08:36:46 +0100
committerSean Owen <sowen@cloudera.com>2015-09-13 08:36:46 +0100
commit1dc614b874badde0eee60def46fb47f608bc4759 (patch)
tree0b3b0e1206af1f84fe19666b53ab6a4ab4272de9 /docs
parentb3a7480ab0821ab38f710de96e3ac4a13f62dbca (diff)
downloadspark-1dc614b874badde0eee60def46fb47f608bc4759.tar.gz
spark-1dc614b874badde0eee60def46fb47f608bc4759.tar.bz2
spark-1dc614b874badde0eee60def46fb47f608bc4759.zip
[SPARK-10222] [GRAPHX] [DOCS] More thoroughly deprecate Bagel in favor of GraphX
Finish deprecating Bagel; remove reference to nonexistent example Author: Sean Owen <sowen@cloudera.com> Closes #8731 from srowen/SPARK-10222.
Diffstat (limited to 'docs')
-rw-r--r--docs/bagel-programming-guide.md10
-rw-r--r--docs/index.md1
2 files changed, 1 insertions, 10 deletions
diff --git a/docs/bagel-programming-guide.md b/docs/bagel-programming-guide.md
index c2fe6b0e28..347ca4a7af 100644
--- a/docs/bagel-programming-guide.md
+++ b/docs/bagel-programming-guide.md
@@ -4,7 +4,7 @@ displayTitle: Bagel Programming Guide
title: Bagel
---
-**Bagel will soon be superseded by [GraphX](graphx-programming-guide.html); we recommend that new users try GraphX instead.**
+**Bagel is deprecated, and superseded by [GraphX](graphx-programming-guide.html).**
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.
@@ -157,11 +157,3 @@ trait Message[K] {
def targetId: K
}
{% endhighlight %}
-
-# Where to Go from Here
-
-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.:
-
- ./bin/run-example org.apache.spark.examples.bagel.WikipediaPageRank
-
-Each example program prints usage help when run without any arguments.
diff --git a/docs/index.md b/docs/index.md
index d85cf12def..c0dc2b8d74 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -90,7 +90,6 @@ options for deployment:
* [Spark SQL and DataFrames](sql-programming-guide.html): support for structured data and relational queries
* [MLlib](mllib-guide.html): built-in machine learning library
* [GraphX](graphx-programming-guide.html): Spark's new API for graph processing
- * [Bagel (Pregel on Spark)](bagel-programming-guide.html): older, simple graph processing model
**API Docs:**