From 5626936a708dd0ea73df4206bd5d5df4ad596e7f Mon Sep 17 00:00:00 2001 From: Doug Meil Date: Mon, 29 Aug 2011 15:31:17 +0000 Subject: [PATCH] HBASE-4279 adding mention of RowCounter git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1162872 13f79535-47bb-0310-9956-ffa450edef68 --- src/docbkx/ops_mgt.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/docbkx/ops_mgt.xml b/src/docbkx/ops_mgt.xml index 35819fb1672..172da244273 100644 --- a/src/docbkx/ops_mgt.xml +++ b/src/docbkx/ops_mgt.xml @@ -88,7 +88,17 @@ --starttime=1265875194289 --endtime=1265878794289 --peer.adr=server1,server2,server3:2181:/hbase TestTable - + +
+ RowCounter + RowCounter is a utility that will count all the rows of a table. This is a good utility to use + as a sanity check to ensure that HBase can read all the blocks of a table if there are any concerns of metadata inconsistency. +$ bin/hbase org.apache.hadoop.hbase.mapreduce.RowCounter + + + +
+
Node Management