You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by bharath v <bh...@gmail.com> on 2009/10/30 05:13:41 UTC

info:regioninfo in .META.

Hi all,

In the .META. table what does the column info:regioninfo store for a
particular table in hbase?
I did the "scan '.META.'" from shell and found the out to be very messy. I
couldn't get a clear idea from that output ..
Can anyone explain me ?

Thanks

Re: info:regioninfo in .META.

Posted by stack <st...@duboce.net>.
On Thu, Oct 29, 2009 at 9:13 PM, bharath v <
bharathvissapragada1990@gmail.com> wrote:

> Hi all,
>
> In the .META. table what does the column info:regioninfo store for a
> particular table in hbase?
>

Schema for the .META. catalog table.



> I did the "scan '.META.'" from shell and found the out to be very messy. I
> couldn't get a clear idea from that output ..
>


Its ruby-style map output.  Maybe widening the output will help?

./bin/hbase shell --format-width=300

St.Ack