You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by Radim Kolar <hs...@filez.com> on 2012/08/29 01:52:57 UTC

copy Configuration into another

Its possible to copy apache.hadoop.conf.Configuration into another 
configuration object without creating a new instance? I am seeking 
something like new Configuration(Configuration) but without creating new 
destination object (its managed by spring)