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)

Reply via email to