Ashish Singhi created HBASE-13218:
-------------------------------------
Summary: 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
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)