|
|
-
Re: confused about HBaseConfigurationWeishung Chung 2011-01-26, 22:38
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 :) > >> > > > |