aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
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 /pom.xml
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 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 88ebceca76..421357e141 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,7 +87,7 @@
<modules>
<module>core</module>
- <module>bagel</module>
+ <module>bagel</module> <!-- Deprecated -->
<module>graphx</module>
<module>mllib</module>
<module>tools</module>