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 <[email protected]>

(cherry picked from commit 41dd87c)
  • Loading branch information
NihalJain committed Aug 17, 2024
1 parent d94def3 commit 846fc02
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 @@ -772,7 +772,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 846fc02

Please sign in to comment.