Thanks ! On Wed, Jan 26, 2011 at 4:14 PM, Jean-Daniel Cryans <[email protected]>wrote:
> I happens on this call: > > https://github.com/apache/hadoop/blob/trunk/src/core/org/apache/hadoop/conf/Configuration.java#L1002 > > J-D > > On Wed, Jan 26, 2011 at 10:43 AM, Weishung Chung <[email protected]> > wrote: > > It seems like the properties are only lazily initialized from xmls on the > > first call to get a certain property. I guess it was done for performance > > purposes. Correct me if i am wrong. Thank you. > > > > On Wed, Jan 26, 2011 at 12:35 PM, Weishung Chung <[email protected]> > wrote: > > > >> I am abit confused after reading the HBaseConfiguratin source code. When > >> does Configuration call the loadResource(Properties properties, Object > name, > >> boolean quiet) method and perform the parsing of the xmls? immediately > after > >> the initialization of the HBaseConfiguration instance? > >> > >> Thank you so much :) > >> > > >
