Author: stack
Date: Wed Apr 13 04:45:12 2011
New Revision: 1091647
URL: http://svn.apache.org/viewvc?rev=1091647&view=rev
Log:
HBASE-3765 metrics.xml - small format change and adding nav to hbase book
metrics section
Modified:
hbase/trunk/CHANGES.txt
hbase/trunk/src/site/xdoc/metrics.xml
Modified: hbase/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hbase/trunk/CHANGES.txt?rev=1091647&r1=1091646&r2=1091647&view=diff
==============================================================================
--- hbase/trunk/CHANGES.txt (original)
+++ hbase/trunk/CHANGES.txt Wed Apr 13 04:45:12 2011
@@ -155,6 +155,8 @@ Release 0.91.0 - Unreleased
classes that accept byte[] as a table name (Erik Onnen via
Stack)
HBASE-3768 Add best practice to book for loading row key only
(Erik Onnen via Stack)
+ HBASE-3765 metrics.xml - small format change and adding nav to hbase
+ book metrics section (Doug Meil)
TASKS
HBASE-3559 Move report of split to master OFF the heartbeat channel
Modified: hbase/trunk/src/site/xdoc/metrics.xml
URL:
http://svn.apache.org/viewvc/hbase/trunk/src/site/xdoc/metrics.xml?rev=1091647&r1=1091646&r2=1091647&view=diff
==============================================================================
--- hbase/trunk/src/site/xdoc/metrics.xml (original)
+++ hbase/trunk/src/site/xdoc/metrics.xml Wed Apr 13 04:45:12 2011
@@ -29,8 +29,7 @@
HBase emits Hadoop <a
href="http://hadoop.apache.org/core/docs/current/api/org/apache/hadoop/metrics/package-summary.html">metrics</a>.
</p>
</section>
- <section>
- <title>HOWTO</title>
+ <section name="Setup">
<p>First read up on Hadoop <a
href="http://hadoop.apache.org/core/docs/current/api/org/apache/hadoop/metrics/package-summary.html">metrics</a>.
If you are using ganglia, the <a
href="http://wiki.apache.org/hadoop/GangliaMetrics">GangliaMetrics</a>
wiki page is useful read.</p>
@@ -138,6 +137,11 @@ export HBASE_REGIONSERVER_OPTS="$HBASE_J
<strong><code>hadoop</code></strong> domain in JMX.
</p>
</section>
+ <section name="Understanding HBase Metrics">
+ <p>
+ For more information on understanding HBase metrics, see the <a
href="book.html#hbase_metrics">metrics section</a> in the HBase book.
+ </p>
+ </section>
</section>
</body>
</document>