diff --git a/src/docbkx/troubleshooting.xml b/src/docbkx/troubleshooting.xml index 5c599ebac1f..d114330abe4 100644 --- a/src/docbkx/troubleshooting.xml +++ b/src/docbkx/troubleshooting.xml @@ -164,7 +164,30 @@ export HBASE_OPTS="-XX:NewSize=64m -XX:MaxNewSize=64m <cms options from above
Tools -
+
+ Builtin Tools +
+ Master Web Interface + The Master starts a web-interface on port 60010 by default. + + The Master web UI lists created tables and their definition (e.g., ColumnFamilies, blocksize, etc.). Additionally, + the available RegionServers in the cluster are listed along with selected high-level metrics (requests, number of regions, usedHeap, maxHeap). + The Master web UI allows navigation to each RegionServer's web UI. + +
+
+ RegionServer Web Interface + RegionServers starts a web-interface on port 60030 by default. + + The RegionServer web UI lists online regions and their start/end keys, as well as point-in-time RegionServer metrics (requests, regions, storeFileIndexSize, compactionQueueSize, etc.). + + See for more information in metric definitions. + +
+
+
+ External Tools +
search-hadoop.com search-hadoop.com indexes all the mailing lists and JIRA, it’s really helpful when looking for Hadoop/HBase-specific issues. @@ -400,7 +423,8 @@ hadoop 17789 155 35.2 9067824 8604364 ? S<l Mar04 9855:48 /usr/java/j
- +
+
Client