Skip to content

Commit 7afc856

Browse files
Andrew Orpwendell
authored andcommitted
[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 <[email protected]> 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
1 parent 7e9d975 commit 7afc856

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

network/common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<groupId>org.apache.spark</groupId>
3030
<artifactId>spark-network-common_2.10</artifactId>
3131
<packaging>jar</packaging>
32-
<name>Spark Project Common Network Code</name>
32+
<name>Spark Project Networking</name>
3333
<url>http://spark.apache.org/</url>
3434
<properties>
3535
<sbt.project.name>network-common</sbt.project.name>

network/shuffle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<groupId>org.apache.spark</groupId>
3030
<artifactId>spark-network-shuffle_2.10</artifactId>
3131
<packaging>jar</packaging>
32-
<name>Spark Project Shuffle Streaming Service Code</name>
32+
<name>Spark Project Shuffle Streaming Service</name>
3333
<url>http://spark.apache.org/</url>
3434
<properties>
3535
<sbt.project.name>network-shuffle</sbt.project.name>

network/yarn/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<groupId>org.apache.spark</groupId>
3030
<artifactId>spark-network-yarn_2.10</artifactId>
3131
<packaging>jar</packaging>
32-
<name>Spark Project Yarn Shuffle Service Code</name>
32+
<name>Spark Project YARN Shuffle Service</name>
3333
<url>http://spark.apache.org/</url>
3434
<properties>
3535
<sbt.project.name>network-yarn</sbt.project.name>

0 commit comments

Comments
 (0)