2005hithlj commented on code in PR #5179:
URL: https://github.com/apache/hbase/pull/5179#discussion_r1166233251


##########
hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/Driver.java:
##########
@@ -55,7 +56,8 @@ public static void main(String[] args) throws Throwable {
       "Export" + " the specific snapshot to a given FileSystem.");
     pgd.addClass(MobRefReporter.NAME, MobRefReporter.class, "Check the mob 
cells in a particular "
       + "table and cf and confirm that the files they point to are correct.");
-
+    pgd.addClass(ReplicationPeerMigrationTool.NAME, 
ReplicationPeerMigrationTool.class,

Review Comment:
   @Apache9  sir.
   Driver class is in the mapreduce package, and the tools in this class will 
start mapreduce tasks. 
   I am not sure if migratereppeer tool is suitable to be placed in this class.



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