diff --git src/main/docbkx/configuration.xml src/main/docbkx/configuration.xml
index 5f75d28..d4c9c1c 100644
--- src/main/docbkx/configuration.xml
+++ src/main/docbkx/configuration.xml
@@ -1475,7 +1475,8 @@ index e70ebc6..96f8c27 100644
for details)
As an alternative, You can use the coprocessor-based JMX implementation provided
- by HBase. To enable it, add below property in hbase-site.xml:
+ by HBase. To enable it in 0.99 or above, add below property in
+ hbase-site.xml:
hbase.coprocessor.regionserver.classes
@@ -1550,6 +1551,17 @@ export HBASE_REGIONSERVER_OPTS="$HBASE_REGIONSERVER_OPTS $HBASE_JMX_BASE "
jconsole -J-Djavax.net.ssl.trustStore=/home/tianq/jconsoleKeyStore
+ NOTE: for HBase 0.98, To enable the HBase JMX implementation on Master, you also
+ need to add below property in hbase-site.xml:
+
+ hbase.coprocessor.master.classes
+ org.apache.hadoop.hbase.JMXListener
+
+]]>
+ The corresponding properties for port configuration are master.rmi.registry.port
+ (by default 10101) and master.rmi.connector.port(by default the same as registry.port)
+