Skip to content

Commit 14e197e

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

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
@@ -763,7 +763,7 @@ elif [ "$COMMAND" = "hbtop" ] ; then
763763
elif [ "$COMMAND" = "credential" ] ; then
764764
CLASS='org.apache.hadoop.security.alias.CredentialShell'
765765
elif [ "$COMMAND" = "copyreppeers" ] ; then
766-
CLASS='org.apache.hadoop.hbase.replication.ReplicationPeerMigrationTool'
766+
CLASS='org.apache.hadoop.hbase.replication.CopyReplicationPeers'
767767
else
768768
CLASS=$COMMAND
769769
if [[ "$CLASS" =~ .*IntegrationTest.* ]] ; then

0 commit comments

Comments
 (0)