|
|
-
copy Configuration into anotherRadim Kolar 2012-08-28, 23:52
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) |