We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f51fad commit 14e197eCopy full SHA for 14e197e
1 file changed
bin/hbase
@@ -763,7 +763,7 @@ elif [ "$COMMAND" = "hbtop" ] ; then
763
elif [ "$COMMAND" = "credential" ] ; then
764
CLASS='org.apache.hadoop.security.alias.CredentialShell'
765
elif [ "$COMMAND" = "copyreppeers" ] ; then
766
- CLASS='org.apache.hadoop.hbase.replication.ReplicationPeerMigrationTool'
+ CLASS='org.apache.hadoop.hbase.replication.CopyReplicationPeers'
767
else
768
CLASS=$COMMAND
769
if [[ "$CLASS" =~ .*IntegrationTest.* ]] ; then
0 commit comments