Skip to content

Commit 094e350

Browse files
committed
partially fix TestPipeApplication
1 parent 79f170f commit 094e350

File tree

1 file changed

+0
-4
lines changed
  • hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapred/pipes

1 file changed

+0
-4
lines changed

hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapred/pipes/TestPipeApplication.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -520,10 +520,6 @@ private static class SocketCleaner extends PingSocketCleaner {
520520
}
521521

522522
@Override
523-
public void work() {
524-
super.run();
525-
}
526-
527523
protected void closeSocketInternal(Socket clientSocket) {
528524
if (!clientSocket.isClosed()) {
529525
closeSocketCount++;

0 commit comments

Comments
 (0)