Repository: spark Updated Branches: refs/heads/branch-1.2 427d7911f -> fc51de339
[SPARK-4291][Build] Rename network module projects The names of the recently introduced network modules are inconsistent with those of the other modules in the project. We should just drop the "Code" suffix since it doesn't sacrifice any meaning, especially before they get into an official release. ``` [INFO] Reactor Build Order: [INFO] [INFO] Spark Project Parent POM [INFO] Spark Project Common Network Code [INFO] Spark Project Shuffle Streaming Service Code [INFO] Spark Project Core [INFO] Spark Project Bagel [INFO] Spark Project GraphX [INFO] Spark Project Streaming [INFO] Spark Project Catalyst [INFO] Spark Project SQL [INFO] Spark Project ML Library [INFO] Spark Project Tools [INFO] Spark Project Hive [INFO] Spark Project REPL [INFO] Spark Project YARN Parent POM [INFO] Spark Project YARN Stable API [INFO] Spark Project Assembly [INFO] Spark Project External Twitter [INFO] Spark Project External Kafka [INFO] Spark Project External Flume Sink [INFO] Spark Project External Flume [INFO] Spark Project External ZeroMQ [INFO] Spark Project External MQTT [INFO] Spark Project Examples [INFO] Spark Project Yarn Shuffle Service Code ``` Author: Andrew Or <and...@databricks.com> Closes #3148 from andrewor14/build-drop-code and squashes the following commits: eac839b [Andrew Or] Network -> Networking d01ad47 [Andrew Or] Rename network module project names (cherry picked from commit 7afc8564f33eb2868f458f85046f59a51b516ed6) Signed-off-by: Patrick Wendell <pwend...@gmail.com> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/fc51de33 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/fc51de33 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/fc51de33 Branch: refs/heads/branch-1.2 Commit: fc51de3395f25983052ae9d3c5c17891f6e6b8a7 Parents: 427d791 Author: Andrew Or <and...@databricks.com> Authored: Fri Nov 7 23:16:13 2014 -0800 Committer: Patrick Wendell <pwend...@gmail.com> Committed: Fri Nov 7 23:16:38 2014 -0800 ---------------------------------------------------------------------- network/common/pom.xml | 2 +- network/shuffle/pom.xml | 2 +- network/yarn/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/fc51de33/network/common/pom.xml ---------------------------------------------------------------------- diff --git a/network/common/pom.xml b/network/common/pom.xml index 6144548..8b24ebf 100644 --- a/network/common/pom.xml +++ b/network/common/pom.xml @@ -29,7 +29,7 @@ <groupId>org.apache.spark</groupId> <artifactId>spark-network-common_2.10</artifactId> <packaging>jar</packaging> - <name>Spark Project Common Network Code</name> + <name>Spark Project Networking</name> <url>http://spark.apache.org/</url> <properties> <sbt.project.name>network-common</sbt.project.name> http://git-wip-us.apache.org/repos/asf/spark/blob/fc51de33/network/shuffle/pom.xml ---------------------------------------------------------------------- diff --git a/network/shuffle/pom.xml b/network/shuffle/pom.xml index fe5681d..27c8467 100644 --- a/network/shuffle/pom.xml +++ b/network/shuffle/pom.xml @@ -29,7 +29,7 @@ <groupId>org.apache.spark</groupId> <artifactId>spark-network-shuffle_2.10</artifactId> <packaging>jar</packaging> - <name>Spark Project Shuffle Streaming Service Code</name> + <name>Spark Project Shuffle Streaming Service</name> <url>http://spark.apache.org/</url> <properties> <sbt.project.name>network-shuffle</sbt.project.name> http://git-wip-us.apache.org/repos/asf/spark/blob/fc51de33/network/yarn/pom.xml ---------------------------------------------------------------------- diff --git a/network/yarn/pom.xml b/network/yarn/pom.xml index e60d8c1..6e6f6f3 100644 --- a/network/yarn/pom.xml +++ b/network/yarn/pom.xml @@ -29,7 +29,7 @@ <groupId>org.apache.spark</groupId> <artifactId>spark-network-yarn_2.10</artifactId> <packaging>jar</packaging> - <name>Spark Project Yarn Shuffle Service Code</name> + <name>Spark Project YARN Shuffle Service</name> <url>http://spark.apache.org/</url> <properties> <sbt.project.name>network-yarn</sbt.project.name> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org