hbase-5662. ops_mgt.xml, adding entry for HLogPrettyPrinter in tools section.

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1306037 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Doug Meil 2012-03-27 22:44:11 +00:00
parent 18e7473a53
commit d5a548e7ca
1 changed files with 7 additions and 0 deletions

View File

@ -72,6 +72,13 @@
<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 xml:id="hlog_tool.prettyprint">
<title><classname>HLogPrettyPrinter</classname></title>
<para><classname>HLogPrettyPrinter</classname> is a tool with configurable options to print the contents of an HLog.
</para>
</section>
</section>
</section>
<section xml:id="compression.tool"><title>Compression Tool</title>