You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by Akash Ashok <th...@gmail.com> on 2011/10/09 03:28:07 UTC

HTableDescriptor Values Map Usage

Hi,
Looking the the values map that is currently being used in HTableDescriptor
its currently being used for Storing
1.  if the table is -ROOT-
2. is table .META.
3. RegionSplitPolicy Classname
4. CoProcessors attached to the current table.

Out of which only co processors stored in the map makes sense. Why aren't
there instance variables for the first three considering these an integral
part of the table ?

Cheers,
Akash A

Re: HTableDescriptor Values Map Usage

Posted by Akash Ashok <th...@gmail.com>.
My bad root and meta are a part of instance variables. If that is the case
can someone please tell me why is it first being stored in the values map?

Cheers,
Akash A

On Sun, Oct 9, 2011 at 6:58 AM, Akash Ashok <th...@gmail.com> wrote:

> Hi,
> Looking the the values map that is currently being used in HTableDescriptor
> its currently being used for Storing
> 1.  if the table is -ROOT-
> 2. is table .META.
> 3. RegionSplitPolicy Classname
> 4. CoProcessors attached to the current table.
>
> Out of which only co processors stored in the map makes sense. Why aren't
> there instance variables for the first three considering these an integral
> part of the table ?
>
> Cheers,
> Akash A
>