aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorReynold Xin <rxin@databricks.com>2016-03-01 15:39:13 -0800
committerReynold Xin <rxin@databricks.com>2016-03-01 15:39:13 -0800
commitb0ee7d43730469ad61fdf6b7b75cc1b1efb62c31 (patch)
tree8d34b5db0f4fdef960d87a6d7c1b042d2ade0d45 /pom.xml
parentc27ba0d547a0cd3fd00bb42c76ad971b2d48b4a0 (diff)
downloadspark-b0ee7d43730469ad61fdf6b7b75cc1b1efb62c31.tar.gz
spark-b0ee7d43730469ad61fdf6b7b75cc1b1efb62c31.tar.bz2
spark-b0ee7d43730469ad61fdf6b7b75cc1b1efb62c31.zip
[SPARK-13548][BUILD] Move tags and unsafe modules into common
## What changes were proposed in this pull request? This patch moves tags and unsafe modules into common directory to remove 2 top level non-user-facing directories. ## How was this patch tested? Jenkins should suffice. Author: Reynold Xin <rxin@databricks.com> Closes #11426 from rxin/SPARK-13548.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 2376e307ce..2148379896 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,7 +89,8 @@
<module>common/sketch</module>
<module>common/network-common</module>
<module>common/network-shuffle</module>
- <module>tags</module>
+ <module>common/unsafe</module>
+ <module>common/tags</module>
<module>core</module>
<module>graphx</module>
<module>mllib</module>
@@ -99,7 +100,6 @@
<module>sql/core</module>
<module>sql/hive</module>
<module>docker-integration-tests</module>
- <module>unsafe</module>
<module>assembly</module>
<module>external/twitter</module>
<module>external/flume</module>