virajjasani commented on a change in pull request #1201: HBASE-23639 : Moving classes out of hbase-it /test for direct API use of chaos. URL: https://github.com/apache/hbase/pull/1201#discussion_r383837705
########## File path: hbase-it/src/main/java/org/apache/hadoop/hbase/HBaseClusterManager.java ########## @@ -43,8 +43,9 @@ * servers on the remote machines (for example, the test user could be the same user as the * user the daemon is running as) */ [email protected] -public class HBaseClusterManager extends Configured implements ClusterManager { [email protected] +public class HBaseClusterManager extends Configured implements + org.apache.hadoop.hbase.ClusterManager { Review comment: nit: you can import it and then use ---------------------------------------------------------------- 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
