You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by ad...@apache.org on 2020/04/16 13:40:36 UTC

[hadoop-ozone] branch master updated: HDDS-3386. Remove unnecessary transitive hadoop-common dependencies on server side (addendum) -- fix checkstyle

This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new 17456bc  HDDS-3386. Remove unnecessary transitive hadoop-common dependencies on server side (addendum) -- fix checkstyle
17456bc is described below

commit 17456bc75bc56cea4f02a7570c0a2a2f535aada0
Author: Doroszlai, Attila <ad...@apache.org>
AuthorDate: Thu Apr 16 15:39:07 2020 +0200

    HDDS-3386. Remove unnecessary transitive hadoop-common dependencies on server side (addendum) -- fix checkstyle
---
 .../hadoop/ozone/container/common/volume/TestVolumeSetDiskChecks.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hadoop-hdds/container-service/src/test/java/org/apache/hadoop/ozone/container/common/volume/TestVolumeSetDiskChecks.java b/hadoop-hdds/container-service/src/test/java/org/apache/hadoop/ozone/container/common/volume/TestVolumeSetDiskChecks.java
index 09cfa6a..c913d53 100644
--- a/hadoop-hdds/container-service/src/test/java/org/apache/hadoop/ozone/container/common/volume/TestVolumeSetDiskChecks.java
+++ b/hadoop-hdds/container-service/src/test/java/org/apache/hadoop/ozone/container/common/volume/TestVolumeSetDiskChecks.java
@@ -26,7 +26,6 @@ import java.util.List;
 import java.util.Set;
 import java.util.UUID;
 
-import com.google.common.collect.ImmutableSet;
 import org.apache.hadoop.conf.Configuration;
 import org.apache.hadoop.hdds.DFSConfigKeysLegacy;
 import org.apache.hadoop.hdds.conf.OzoneConfiguration;


---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-commits-help@hadoop.apache.org