Nihal Jain created HBASE-28786: ---------------------------------- Summary: Fix classname for command: copyreppeers Key: HBASE-28786 URL: https://issues.apache.org/jira/browse/HBASE-28786 Project: HBase Issue Type: Bug Reporter: Nihal Jain Assignee: Nihal Jain
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)