Aleksandr Shulman created HBASE-10579:
-----------------------------------------
Summary: [Documentation]: ExportSnapshot tool package incorrectly
documented
Key: HBASE-10579
URL: https://issues.apache.org/jira/browse/HBASE-10579
Project: HBase
Issue Type: Bug
Components: documentation, snapshots
Affects Versions: 0.98.0
Reporter: Aleksandr Shulman
Priority: Minor
Fix For: 0.96.2, 0.98.1
Documentation Page: http://hbase.apache.org/book/ops.snapshots.html
Expected documentation:
The class should be specified as org.apache.hadoop.hbase.snapshot.ExportSnapshot
Current documentation:
Specified as: org.apache.hadoop.hbase.snapshot.tool.ExportSnapshot
This makes sense because the class is located in the
org.apache.hadoop.hbase.snapshot package:
https://github.com/apache/hbase/blob/0.98/hbase-server/src/main/java/org/apache/hadoop/hbase/snapshot/ExportSnapshot.java#19
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)