Skip to content

Commit 3543b70

Browse files
committed
Back out of pom change due to unknown test issue?
1 parent b58518a commit 3543b70

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

network/common/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
<dependency>
5151
<groupId>com.google.guava</groupId>
5252
<artifactId>guava</artifactId>
53-
<version>11.0.2</version> <!-- yarn 2.4.0's version -->
5453
<scope>provided</scope>
5554
</dependency>
5655

network/shuffle/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
<dependency>
5252
<groupId>com.google.guava</groupId>
5353
<artifactId>guava</artifactId>
54-
<version>11.0.2</version> <!-- yarn 2.4.0's version -->
5554
<scope>provided</scope>
5655
</dependency>
5756

network/shuffle/src/test/java/org/apache/spark/network/shuffle/ExternalShuffleSecuritySuite.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ private void validate(String appId, String secretKey) {
8484
// Registration either succeeds or throws an exception.
8585
client.registerWithShuffleServer(TestUtils.getLocalHost(), server.getPort(), "exec0",
8686
new ExecutorShuffleInfo(new String[0], 0, ""));
87+
client.close();
8788
}
8889

8990
/** Provides a secret key holder which always returns the given secret key, for a single appId. */

0 commit comments

Comments
 (0)