info:regioninfo in .META.

View: New views
2 Messages — Rating Filter:   Alert me  

info:regioninfo in .META.

by bharath vissapragada-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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.

by stack-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, Oct 29, 2009 at 9:13 PM, bharath v <
bharathvissapragada1990@...> 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