Skip to content

Commit

Permalink
HBASE-28786 Fix classname for command: copyreppeers in bin/hbase (apa…
Browse files Browse the repository at this point in the history
…che#6162) (apache#6163)

Signed-off-by: Pankaj <pankajkumar@apache.org>
(cherry picked from commit 41dd87c)
  • Loading branch information
NihalJain authored Aug 17, 2024
1 parent 3f51fad commit 14e197e
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 14e197e

Please sign in to comment.