I think it is desirable to show such data on table.jsp On Fri, Feb 11, 2011 at 1:43 PM, Ryan Rawson <[email protected]> wrote:
> hregion is the internal implementation of a region inside > regionserver, you dont get it from a client. > > that data is being sent to the master, it's being published to ganglia > and the metric system. > > On Fri, Feb 11, 2011 at 1:23 PM, Ted Yu <[email protected]> wrote: > > HTable can return region information: > > Map<HRegionInfo, HServerAddress> regions = table.getRegionsInfo(); > > However, request count (HBASE-3507) is contained in HRegion. > > > > How do I access to HRegion for regions in a table ? > > > > Thanks > > >
