[
https://issues.apache.org/jira/browse/HBASE-13218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ashish Singhi updated HBASE-13218:
----------------------------------
Attachment: HBASE-13218.patch
Simple patch for review
> 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
> 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
(v6.3.4#6332)