dineshchitlangia commented on a change in pull request #207: HDDS-2522. Fix 
TestSecureOzoneCluster
URL: https://github.com/apache/hadoop-ozone/pull/207#discussion_r348295594
 
 

 ##########
 File path: 
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/TestSecureOzoneCluster.java
 ##########
 @@ -55,10 +53,8 @@
 import org.apache.hadoop.metrics2.lib.DefaultMetricsSystem;
 import org.apache.hadoop.minikdc.MiniKdc;
 import org.apache.hadoop.net.NetUtils;
-import org.apache.hadoop.net.ServerSocketUtil;
 import org.apache.hadoop.ozone.client.CertificateClientTestImpl;
 import org.apache.hadoop.ozone.common.Storage;
-import org.apache.hadoop.ozone.om.OMConfigKeys;
 
 Review comment:
   I think this import should not be removed. This seems to be causing 
compilation failure:
   _[ERROR] COMPILATION ERROR : 
   [INFO] -------------------------------------------------------------
   [ERROR] 
/github/workspace/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/TestSecureOzoneCluster.java:[178,16]
 cannot find symbol
     symbol:   variable OMConfigKeys
     location: class org.apache.hadoop.ozone.TestSecureOzoneCluster
   [ERROR] 
/github/workspace/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/TestSecureOzoneCluster.java:[179,16]
 cannot find symbol
     symbol:   variable OMConfigKeys
     location: class org.apache.hadoop.ozone.TestSecureOzoneCluster
   [ERROR] 
/github/workspace/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/TestSecureOzoneCluster.java:[181,16]
 cannot find symbol
     symbol:   variable OMConfigKeys
     location: class org.apache.hadoop.ozone.TestSecureOzoneCluster
   [ERROR] 
/github/workspace/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/TestSecureOzoneCluster.java:[183,16]
 cannot find symbol
     symbol:   variable OMConfigKeys
     location: class org.apache.hadoop.ozone.TestSecureOzoneCluster
   [ERROR] 
/github/workspace/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/TestSecureOzoneCluster.java:[185,16]
 cannot find symbol
     symbol:   variable OMConfigKeys
     location: class org.apache.hadoop.ozone.TestSecureOzoneCluster_

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to