Skip to content

Commit 8ddf763

Browse files
committed
removed unused imports.
1 parent 34ee5f1 commit 8ddf763

File tree

2 files changed

+0
-2
lines changed
  • hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs
  • hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocol/datatransfer

2 files changed

+0
-2
lines changed

hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FsTracer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
*/
1818
package org.apache.hadoop.fs;
1919

20-
import org.apache.hadoop.thirdparty.com.google.common.annotations.VisibleForTesting;
2120
import org.apache.hadoop.classification.InterfaceAudience;
2221
import org.apache.hadoop.classification.InterfaceStability;
2322
import org.apache.hadoop.conf.Configuration;

hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocol/datatransfer/Receiver.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
import org.apache.hadoop.hdfs.protocol.proto.DataTransferProtos.BaseHeaderProto;
3333
import org.apache.hadoop.hdfs.protocol.proto.DataTransferProtos.CachingStrategyProto;
3434
import org.apache.hadoop.hdfs.protocol.proto.DataTransferProtos.ClientOperationHeaderProto;
35-
import org.apache.hadoop.hdfs.protocol.proto.DataTransferProtos.DataTransferTraceInfoProto;
3635
import org.apache.hadoop.hdfs.protocol.proto.DataTransferProtos.OpBlockChecksumProto;
3736
import org.apache.hadoop.hdfs.protocol.proto.DataTransferProtos.OpBlockGroupChecksumProto;
3837
import org.apache.hadoop.hdfs.protocol.proto.DataTransferProtos.OpCopyBlockProto;

0 commit comments

Comments
 (0)