hbase-5188 - ops_mgt.xml added comments about configuring Scan caching for builtin utilities
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1230760 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
67b8b3356d
commit
31044826da
|
@ -70,7 +70,7 @@
|
|||
wholesomeness of file by redirecting <varname>STDOUT</varname> to
|
||||
<code>/dev/null</code> and testing the program return.</para>
|
||||
|
||||
<para>Similarily you can force a split of a log file directory by
|
||||
<para>Similarly you can force a split of a log file directory by
|
||||
doing:<programlisting> $ ./<code>bin/hbase org.apache.hadoop.hbase.regionserver.wal.HLog --split hdfs://example.org:8020/hbase/.logs/example.org,60020,1283516293161/</code></programlisting></para>
|
||||
</section>
|
||||
</section>
|
||||
|
@ -109,6 +109,8 @@
|
|||
--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.
|
||||
</para>
|
||||
</section>
|
||||
<section xml:id="export">
|
||||
<title>Export</title>
|
||||
|
@ -116,6 +118,8 @@
|
|||
<programlisting>$ bin/hbase org.apache.hadoop.hbase.mapreduce.Export <tablename> <outputdir> [<versions> [<starttime> [<endtime>]]]
|
||||
</programlisting>
|
||||
</para>
|
||||
<para>Note: caching for the input Scan is configured via <code>hbase.client.scanner.caching</code> in the job configuration.
|
||||
</para>
|
||||
</section>
|
||||
<section xml:id="import">
|
||||
<title>Import</title>
|
||||
|
@ -131,6 +135,8 @@
|
|||
<programlisting>$ bin/hbase org.apache.hadoop.hbase.mapreduce.RowCounter <tablename> [<column1> <column2>...]
|
||||
</programlisting>
|
||||
</para>
|
||||
<para>Note: caching for the input Scan is configured via <code>hbase.client.scanner.caching</code> in the job configuration.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
</section> <!-- tools -->
|
||||
|
|
Loading…
Reference in New Issue