On Wed, Jun 8, 2011 at 9:22 AM, James Hammerton
<[email protected]> wrote:
> Given the tableName, startKey and endKey for a region how do I get hold of
> the encodedName?
>

I suppose it depends on the context.

If reading .META., then if you deserialize the info:regioninfo into an
HRegionInfo instance, then you can get encoded name by doing
HRI#getEncodedName.  See bin/check_meta.rb for example.

Let me know if your context is otherwise and we'll try figure something out.

St.Ack

Reply via email to