Filled out the compression appendix a little more

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1062502 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2011-01-23 19:33:35 +00:00
parent a06ed3e653
commit 2ef411e58c
1 changed files with 20 additions and 10 deletions

View File

@ -1822,17 +1822,15 @@ to ensure well-formedness of your document after an edit session.
</section> </section>
</appendix> </appendix>
<appendix xml:id="compression"> <appendix xml:id="compression">
<title >Compression</title>
<para>TODO: Compression in hbase...</para> <title >Compression In HBase</title>
<section>
<title> <section id="compression.test">
LZO <title>CompressionTest Tool</title>
</title>
<para> <para>
Running with LZO enabled is recommended though HBase does not ship with HBase includes a tool to test compression is set up properly.
LZO because of licensing issues. To install LZO and verify its installation To run it, type <code>/bin/hbase org.apache.hadoop.hbase.util.CompressionTest</code>.
and that its available to HBase, do the following... This will emit usage on how to run the tool.
</para> </para>
</section> </section>
@ -1861,8 +1859,20 @@ to ensure well-formedness of your document after an edit session.
the case where a new server is added to cluster but the cluster the case where a new server is added to cluster but the cluster
requires install of a particular coded. requires install of a particular coded.
</para> </para>
</section> </section>
<section id="lzo.compression">
<title>
LZO
</title>
<para>
Running with LZO enabled is recommended though HBase does not ship with
LZO because of licensing issues. See the HBase wiki page
<link xlink:href="http://wiki.apache.org/hadoop/UsingLzoCompression">Using LZO Compression</link>
for help installing LZO.
</para>
</section>
</appendix> </appendix>
<appendix xml:id="faq"> <appendix xml:id="faq">