[
https://issues.apache.org/jira/browse/HBASE-13218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14358949#comment-14358949
]
Hudson commented on HBASE-13218:
--------------------------------
SUCCESS: Integrated in HBase-TRUNK #6249 (See
[https://builds.apache.org/job/HBase-TRUNK/6249/])
HBASE-13218 Correct the syntax shown for using ExportSnapshot tool in the book
(Ashish Singhi) (tedyu: rev 5316214d490ae24d843154706ba4756866ff7781)
* src/main/asciidoc/_chapters/ops_mgt.adoc
> 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
(v6.3.4#6332)