We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1df58e commit 5328fa2Copy full SHA for 5328fa2
1 file changed
bin/hbase
@@ -772,7 +772,7 @@ elif [ "$COMMAND" = "hbtop" ] ; then
772
elif [ "$COMMAND" = "credential" ] ; then
773
CLASS='org.apache.hadoop.security.alias.CredentialShell'
774
elif [ "$COMMAND" = "copyreppeers" ] ; then
775
- CLASS='org.apache.hadoop.hbase.replication.ReplicationPeerMigrationTool'
+ CLASS='org.apache.hadoop.hbase.replication.CopyReplicationPeers'
776
else
777
CLASS=$COMMAND
778
if [[ "$CLASS" =~ .*IntegrationTest.* ]] ; then
0 commit comments