aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorReynold Xin <rxin@databricks.com>2015-12-19 22:40:35 -0800
committerReynold Xin <rxin@databricks.com>2015-12-19 22:40:35 -0800
commit284e29a870bbb62f59988a5d88cd12f1b0b6f9d3 (patch)
treedc1f029020716e90950c9208b81b821c11dda164 /pom.xml
parent0c4d6ad87389286280209b3f84a7fdc4d4be1441 (diff)
downloadspark-284e29a870bbb62f59988a5d88cd12f1b0b6f9d3.tar.gz
spark-284e29a870bbb62f59988a5d88cd12f1b0b6f9d3.tar.bz2
spark-284e29a870bbb62f59988a5d88cd12f1b0b6f9d3.zip
[SPARK-11808] Remove Bagel.
Author: Reynold Xin <rxin@databricks.com> Closes #10395 from rxin/SPARK-11808.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 1f570727dc..32918d6a74 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,7 +88,6 @@
<modules>
<module>tags</module>
<module>core</module>
- <module>bagel</module> <!-- Deprecated -->
<module>graphx</module>
<module>mllib</module>
<module>tools</module>
@@ -194,7 +193,7 @@
declared in the projects that build assemblies.
For other projects the scope should remain as "compile", otherwise they are not available
- during compilation if the dependency is transivite (e.g. "bagel/" depending on "core/" and
+ during compilation if the dependency is transivite (e.g. "graphx/" depending on "core/" and
needing Hadoop classes in the classpath to compile).
-->
<flume.deps.scope>compile</flume.deps.scope>