liuml07 commented on a change in pull request #58:
URL: 
https://github.com/apache/hbase-operator-tools/pull/58#discussion_r412693527



##########
File path: hbase-hbck2/src/main/java/org/apache/hbase/hbck1/HBaseFsck.java
##########
@@ -2450,7 +2450,7 @@ private void checkAndFixTableStates() throws IOException {
     }
   }
 
-  private void preCheckPermission() throws IOException, AccessDeniedException {
+  private void preCheckPermission() throws IOException, AccessControlException 
{

Review comment:
       The only place I found was `HBaseFsck.java`, which deals with this the 
same as generic IOE (simply `exit`)




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