Skip to content

Commit

Permalink
HBASE-28786 Fix classname for command: copyreppeers in bin/hbase (#6162)
Browse files Browse the repository at this point in the history
Signed-off-by: Pankaj <pankajkumar@apache.org>
  • Loading branch information
NihalJain authored Aug 17, 2024
1 parent 98e7e1b commit 41dd87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/hbase
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ elif [ "$COMMAND" = "hbtop" ] ; then
elif [ "$COMMAND" = "credential" ] ; then
CLASS='org.apache.hadoop.security.alias.CredentialShell'
elif [ "$COMMAND" = "copyreppeers" ] ; then
CLASS='org.apache.hadoop.hbase.replication.ReplicationPeerMigrationTool'
CLASS='org.apache.hadoop.hbase.replication.CopyReplicationPeers'
else
CLASS=$COMMAND
if [[ "$CLASS" =~ .*IntegrationTest.* ]] ; then
Expand Down

0 comments on commit 41dd87c

Please sign in to comment.