HBASE-10579 ExportSnapshot tool package incorrectly documented (Aleksandr Shulman)

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1571200 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
mbertozzi 2014-02-24 09:43:49 +00:00
parent 39a174f6af
commit 92a625fc68
1 changed files with 1 additions and 1 deletions

View File

@ -1015,7 +1015,7 @@ false
The tool executes a Map-Reduce job, similar to distcp, to copy files between the two clusters,
and since it works at file-system level the hbase cluster does not have to be online.
<para>To copy a snapshot called MySnapshot to an HBase cluster srv2 (hdfs:///srv2:8082/hbase) using 16 mappers:
<programlisting>$ bin/hbase class org.apache.hadoop.hbase.snapshot.tool.ExportSnapshot -snapshot MySnapshot -copy-to hdfs:///srv2:8082/hbase -mappers 16</programlisting>
<programlisting>$ bin/hbase class org.apache.hadoop.hbase.snapshot.ExportSnapshot -snapshot MySnapshot -copy-to hdfs://srv2:8082/hbase -mappers 16</programlisting>
</para>
</para>
</section>