You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Manjeet Singh <ma...@gmail.com> on 2016/10/21 00:48:58 UTC

Hbase native API Utility to test hbase table stats

Hi All

I am using native API to test hbase table stats like unique records  how
many column qualifier size of hbase table etc.
It woking fine with 1 lack or 2 but when record get increased its hang.
Is their any reanimate utility?  Or any buddy get chance to create it?

Thanks
Manjeet

Re: Hbase native API Utility to test hbase table stats

Posted by Manjeet Singh <ma...@gmail.com>.
For example I have mobile subscribe data with their plan code
So my rowkey designed in a way which is distrusted on cluster with pre
split
I want .....
Unique subscriber, (its not row count)
How many plan they have as my row key like subscriber_planId
What is the size of table/data

On 21 Oct 2016 08:05, "Ted Yu" <yu...@gmail.com> wrote:

> Is your method of getting stats for unique records similar to what
> RowCounter
> does ?
>
> Can you describe your requirement in bit more detail (I don't fully
> understand from your initial email) ?
>
> Thanks
>
> On Thu, Oct 20, 2016 at 5:48 PM, Manjeet Singh <manjeet.chandhok@gmail.com
> >
> wrote:
>
> > Hi All
> >
> > I am using native API to test hbase table stats like unique records  how
> > many column qualifier size of hbase table etc.
> > It woking fine with 1 lack or 2 but when record get increased its hang.
> > Is their any reanimate utility?  Or any buddy get chance to create it?
> >
> > Thanks
> > Manjeet
> >
>

Re: Hbase native API Utility to test hbase table stats

Posted by Ted Yu <yu...@gmail.com>.
Is your method of getting stats for unique records similar to what RowCounter
does ?

Can you describe your requirement in bit more detail (I don't fully
understand from your initial email) ?

Thanks

On Thu, Oct 20, 2016 at 5:48 PM, Manjeet Singh <ma...@gmail.com>
wrote:

> Hi All
>
> I am using native API to test hbase table stats like unique records  how
> many column qualifier size of hbase table etc.
> It woking fine with 1 lack or 2 but when record get increased its hang.
> Is their any reanimate utility?  Or any buddy get chance to create it?
>
> Thanks
> Manjeet
>