From 9e01dcc6446f8648e61062f8afe62589b9d4b5ab Mon Sep 17 00:00:00 2001 From: Reynold Xin Date: Sun, 28 Feb 2016 17:25:07 -0800 Subject: [SPARK-13529][BUILD] Move network/* modules into common/network-* ## What changes were proposed in this pull request? As the title says, this moves the three modules currently in network/ into common/network-*. This removes one top level, non-user-facing folder. ## How was this patch tested? Compilation and existing tests. We should run both SBT and Maven. Author: Reynold Xin Closes #11409 from rxin/SPARK-13529. --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index bcf04d48c2..2376e307ce 100644 --- a/pom.xml +++ b/pom.xml @@ -87,13 +87,13 @@ common/sketch + common/network-common + common/network-shuffle tags core graphx mllib tools - network/common - network/shuffle streaming sql/catalyst sql/core @@ -2442,7 +2442,7 @@ yarn yarn - network/yarn + common/network-yarn -- cgit v1.2.3