[ https://issues.apache.org/jira/browse/HBASE-28786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17874439#comment-17874439 ]
Nihal Jain commented on HBASE-28786: ------------------------------------ Pushed to branch-2.6+. Thank you [~pankajkumar] for reviewing the change! > Fix classname for command: copyreppeers in bin/hbase > ---------------------------------------------------- > > Key: HBASE-28786 > URL: https://issues.apache.org/jira/browse/HBASE-28786 > Project: HBase > Issue Type: Bug > Components: Replication, scripts, tooling > Reporter: Nihal Jain > Assignee: Nihal Jain > Priority: Minor > Labels: pull-request-available > Fix For: 2.7.0, 3.0.0-beta-2, 2.6.1 > > > Stumbled upon this. Dug deeper seems during review we missed to rename the > classname in bin/hbase when the actual class was renamed from > ReplicationPeerMigrationTool -> CopyReplicationPeers > > See > https://github.com/apache/hbase/compare/69603351b3f2817c74d869d32da0596bab3c409e..1d11ce96c44277df6ccdd16ae2c9d8a1c419f3da > [hbase@hostname~]$ hbase copyreppeers > Error: Could not find or load main class > org.apache.hadoop.hbase.replication.ReplicationPeerMigrationTool > Caused by: java.lang.ClassNotFoundException: > org.apache.hadoop.hbase.replication.ReplicationPeerMigrationTool > > FYI [~zhangduo] -- This message was sent by Atlassian Jira (v8.20.10#820010)