Skip to content

Commit 5328fa2

Browse files
authored
HBASE-28786 Fix classname for command: copyreppeers in bin/hbase (#6162) (#6165)
Signed-off-by: Pankaj <pankajkumar@apache.org> (cherry picked from commit 41dd87c)
1 parent e1df58e commit 5328fa2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/hbase

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ elif [ "$COMMAND" = "hbtop" ] ; then
772772
elif [ "$COMMAND" = "credential" ] ; then
773773
CLASS='org.apache.hadoop.security.alias.CredentialShell'
774774
elif [ "$COMMAND" = "copyreppeers" ] ; then
775-
CLASS='org.apache.hadoop.hbase.replication.ReplicationPeerMigrationTool'
775+
CLASS='org.apache.hadoop.hbase.replication.CopyReplicationPeers'
776776
else
777777
CLASS=$COMMAND
778778
if [[ "$CLASS" =~ .*IntegrationTest.* ]] ; then

0 commit comments

Comments
 (0)