diff --git a/src/docbkx/book.xml b/src/docbkx/book.xml
index 3b794f7f75f..0f7695c098a 100644
--- a/src/docbkx/book.xml
+++ b/src/docbkx/book.xml
@@ -1822,17 +1822,15 @@ to ensure well-formedness of your document after an edit session.
- Compression
- TODO: Compression in hbase...
-
-
- LZO
-
+ Compression In HBase
+
+
+ CompressionTest Tool
- Running with LZO enabled is recommended though HBase does not ship with
- LZO because of licensing issues. To install LZO and verify its installation
- and that its available to HBase, do the following...
+ HBase includes a tool to test compression is set up properly.
+ To run it, type /bin/hbase org.apache.hadoop.hbase.util.CompressionTest.
+ This will emit usage on how to run the tool.
@@ -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
requires install of a particular coded.
-
+
+
+
+ LZO
+
+
+ Running with LZO enabled is recommended though HBase does not ship with
+ LZO because of licensing issues. See the HBase wiki page
+ Using LZO Compression
+ for help installing LZO.
+
+
+