ddanielr commented on code in PR #5332:
URL: https://github.com/apache/accumulo/pull/5332#discussion_r1955144618


##########
server/base/src/main/java/org/apache/accumulo/server/util/ECAdmin.java:
##########
@@ -18,16 +18,20 @@
  */
 package org.apache.accumulo.server.util;
 
+import java.util.ArrayList;
+import java.util.LinkedHashMap;
+import java.util.List;
+import java.util.Map;
+
 import org.apache.accumulo.core.compaction.thrift.CompactionCoordinatorService;
-import org.apache.accumulo.core.compaction.thrift.TExternalCompactionList;
+import org.apache.accumulo.core.compaction.thrift.TExternalCompactionMap;

Review Comment:
   I would recommend looking into maven build documentation and tutorials.
   
https://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html 
   
   At a high level `clean` removes old generated code classes.
   `compile` just compiles the source code into java classes. 
   So you should be able to run `mvn clean compile` to find these compilation 
problems. 



-- 
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.

To unsubscribe, e-mail: notifications-unsubscr...@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to