Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
Reviewed
Description
Stumbled upon this. Dug deeper seems during review we missed to rename the classname in bin/hbase when the actual class was renamed from ReplicationPeerMigrationTool -> CopyReplicationPeers
[hbase@hostname~]$ hbase copyreppeers
Error: Could not find or load main class org.apache.hadoop.hbase.replication.ReplicationPeerMigrationTool
Caused by: java.lang.ClassNotFoundException: org.apache.hadoop.hbase.replication.ReplicationPeerMigrationTool
FYI zhangduo
Attachments
Issue Links
- relates to
-
HBASE-27728 Implement a tool to migrate replication peer data between different storage implementation
- Resolved
- links to