Add reference to the health checker facility

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1525129 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2013-09-20 20:29:04 +00:00
parent c951784d43
commit 496534aa3e
1 changed files with 5 additions and 0 deletions

View File

@ -36,6 +36,11 @@
<para>Here we list HBase tools for administration, analysis, fixup, and
debugging.</para>
<section xml:id="health.check"><title>Health Checker</title>
<para>You can configure HBase to run a script on a period and if it fails N times (configurable), have the server exit.
See <link xlink:ref="">HBASE-7351 Periodic health check script</link> for configurations and detail.
</para>
</section>
<section xml:id="driver"><title>Driver</title>
<para>There is a <code>Driver</code> class that is executed by the HBase jar can be used to invoke frequently accessed utilities. For example,
<programlisting>HADOOP_CLASSPATH=`${HBASE_HOME}/bin/hbase classpath` ${HADOOP_HOME}/bin/hadoop jar ${HBASE_HOME}/hbase-VERSION.jar