diff --git a/src/main/docbkx/book.xml b/src/main/docbkx/book.xml
index 6290ab45325..f919ec73f02 100644
--- a/src/main/docbkx/book.xml
+++ b/src/main/docbkx/book.xml
@@ -5225,6 +5225,11 @@ This option should not normally be used, and it is not in -fixAll
.
alternatives if it cannot find the native library versions -- or
fail outright if you asking for an explicit compressor and there is
no alternative available.
+ If you see the following in your HBase logs, you know that HBase was unable
+ to locate the Hadoop native libraries:
+ 2014-08-07 09:26:20,139 WARN [main] util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
+ If the libraries loaded successfully, the WARN message does not show.
+
Lets presume your Hadoop shipped with a native library that
suits the platform you are running HBase on. To check if the Hadoop
native library is available to HBase, run the following tool (available in