Add link to Jon's blog post on copy table

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1346199 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2012-06-05 00:29:28 +00:00
parent e24966fe02
commit 91d42fe70a
1 changed files with 6 additions and 1 deletions

View File

@ -133,7 +133,12 @@ Valid program names are:
--starttime=1265875194289 --endtime=1265878794289
--peer.adr=server1,server2,server3:2181:/hbase TestTable</programlisting>
</para>
<para>Note: caching for the input Scan is configured via <code>hbase.client.scanner.caching</code> in the job configuration.
<note><title>Scanner Caching</title>
<para>Caching for the input Scan is configured via <code>hbase.client.scanner.caching</code> in the job configuration.
</para>
</note>
<para>
See Jonathan Hsieh's <link xlink:href="http://www.cloudera.com/blog/2012/06/online-hbase-backups-with-copytable-2/">Online HBase Backups with CopyTable</link> blog post for more on <command>CopyTable</command>.
</para>
</section>
<section xml:id="export">