Skip to content

Commit d01ad47

Browse files
author
Andrew Or
committed
Rename network module project names
1 parent 48a19a6 commit d01ad47

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 Network</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)