wchevreuil commented on a change in pull request #78:
URL: 
https://github.com/apache/hbase-operator-tools/pull/78#discussion_r520698025



##########
File path: hbase-tools/pom.xml
##########
@@ -51,6 +51,11 @@
             <version>${log4j2.version}</version>
         </dependency>
 
+        <dependency>
+            <groupId>org.apache.hbase.operator.tools</groupId>
+            <artifactId>hbase-hbck2</artifactId>

Review comment:
       My view is that it does much more stuffs than a single hbck2 command 
should do. And it does not directly perform any sort of changes on meta, nor 
relies on Hbck interfaces for modifications of meta state. It does reuse a 
reporting (readonly) HBCK2 method, plus some of the FS utilities currently 
implemented on HBCKFsUtils, but that's just for reuse. 




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


Reply via email to