You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by Ted Yu <yu...@gmail.com> on 2010/12/10 00:23:32 UTC

region sizes for one table

Hi,
What's the quickest way to determine the size for each region in a give
table ?

Thanks

Re: region sizes for one table

Posted by Jean-Daniel Cryans <jd...@apache.org>.
https://issues.apache.org/jira/browse/HBASE-2243

On Thu, Dec 9, 2010 at 3:52 PM, Ted Yu <yu...@gmail.com> wrote:
> [hadoop@us01-ciqps1-name01 ~]$ hfs -dus
> /hbase/GRID-GRIDSQL-STAGING-THREEGPPSPEECHCALLS-1291918911020/* | wc
>    559    1118   70335
>
> But
> http://us01-ciqps1-name01.carrieriq.com:60010/table.jsp?name=GRID-GRIDSQL-STAGING-THREEGPPSPEECHCALLS-1291918911020shows
> 542 regions.
>
> Any comment ?
>
> On Thu, Dec 9, 2010 at 3:41 PM, Jean-Daniel Cryans <jd...@apache.org>wrote:
>
>> I guess I would do a dus on /hbase/tablename/*
>>
>> Not pretty but it works.
>>
>> J-D
>>
>> On Thu, Dec 9, 2010 at 3:23 PM, Ted Yu <yu...@gmail.com> wrote:
>> > Hi,
>> > What's the quickest way to determine the size for each region in a give
>> > table ?
>> >
>> > Thanks
>> >
>>
>

Re: region sizes for one table

Posted by Ted Yu <yu...@gmail.com>.
[hadoop@us01-ciqps1-name01 ~]$ hfs -dus
/hbase/GRID-GRIDSQL-STAGING-THREEGPPSPEECHCALLS-1291918911020/* | wc
    559    1118   70335

But
http://us01-ciqps1-name01.carrieriq.com:60010/table.jsp?name=GRID-GRIDSQL-STAGING-THREEGPPSPEECHCALLS-1291918911020shows
542 regions.

Any comment ?

On Thu, Dec 9, 2010 at 3:41 PM, Jean-Daniel Cryans <jd...@apache.org>wrote:

> I guess I would do a dus on /hbase/tablename/*
>
> Not pretty but it works.
>
> J-D
>
> On Thu, Dec 9, 2010 at 3:23 PM, Ted Yu <yu...@gmail.com> wrote:
> > Hi,
> > What's the quickest way to determine the size for each region in a give
> > table ?
> >
> > Thanks
> >
>

Re: region sizes for one table

Posted by Jean-Daniel Cryans <jd...@apache.org>.
I guess I would do a dus on /hbase/tablename/*

Not pretty but it works.

J-D

On Thu, Dec 9, 2010 at 3:23 PM, Ted Yu <yu...@gmail.com> wrote:
> Hi,
> What's the quickest way to determine the size for each region in a give
> table ?
>
> Thanks
>