[
https://issues.apache.org/jira/browse/HBASE-13218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Kyle Purtell closed HBASE-13218.
---------------------------------------
> Correct the syntax shown for using ExportSnapshot tool in the book
> ------------------------------------------------------------------
>
> Key: HBASE-13218
> URL: https://issues.apache.org/jira/browse/HBASE-13218
> Project: HBase
> Issue Type: Bug
> Components: documentation
> Reporter: Ashish Singhi
> Assignee: Ashish Singhi
> Priority: Minor
> Fix For: 2.0.0
>
> Attachments: HBASE-13218.patch
>
>
> It is
> {noformat}
> $ bin/hbase class org.apache.hadoop.hbase.snapshot.ExportSnapshot -snapshot
> MySnapshot -copy-to hdfs://srv2:8082/hbase -mappers 16
> {noformat}
> It should be
> {noformat}
> $ bin/hbase org.apache.hadoop.hbase.snapshot.ExportSnapshot -snapshot
> MySnapshot -copy-to hdfs://srv2:8082/hbase -mappers 16
> {noformat}
--
This message was sent by Atlassian Jira
(v8.20.7#820007)