[
https://issues.apache.org/jira/browse/HBASE-28786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17874438#comment-17874438
]
Nihal Jain commented on HBASE-28786:
------------------------------------
Changes are merged to master. Have raised backports for branch-2.6+ i.e all
branches having HBASE-27728 !
> 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
>
> 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)