[
https://issues.apache.org/jira/browse/HBASE-28786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17874562#comment-17874562
]
Hudson commented on HBASE-28786:
--------------------------------
Results for branch master
[build #1144 on
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1144/]:
(x) *{color:red}-1 overall{color}*
----
details (if available):
(x) {color:red}-1 general checks{color}
-- Something went wrong running this stage, please [check relevant console
output|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1143//console].
(/) {color:green}+1 jdk17 hadoop3 checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1144/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 source release artifact{color}
-- See build output for details.
(/) {color:green}+1 client integration test{color}
> 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)