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:
parent
39a174f6af
commit
92a625fc68
|
@ -1015,7 +1015,7 @@ false
|
||||||
The tool executes a Map-Reduce job, similar to distcp, to copy files between the two clusters,
|
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.
|
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:
|
<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>
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Reference in New Issue