shahrs87 commented on a change in pull request #3591:
URL: https://github.com/apache/hbase/pull/3591#discussion_r691242020



##########
File path: 
hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/replication/VerifyReplication.java
##########
@@ -755,7 +793,8 @@ public int run(String[] args) throws Exception {
    * @throws Exception When running the job fails.
    */
   public static void main(String[] args) throws Exception {
-    int res = ToolRunner.run(HBaseConfiguration.create(), new 
VerifyReplication(), args);
-    System.exit(res);
+//    int res = ToolRunner.run(HBaseConfiguration.create(), new 
VerifyReplication(), args);

Review comment:
       Forgot to uncomment ?




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to