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 <[email protected]> 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 >
