addResource(Configuration other) would be useful method to add to Configuration
-------------------------------------------------------------------------------
Key: MAPREDUCE-1123
URL: https://issues.apache.org/jira/browse/MAPREDUCE-1123
Project: Hadoop Map/Reduce
Issue Type: Improvement
Affects Versions: 0.20.1
Reporter: Pradeep Kamath
Priority: Minor
Currently there are many overloaded addResource() methods in Configuration
which take URL, String, InputStream etc. It would be useful to have a version
which takes another Configuration object so that we get the same behavior of
addResource using a Configuration object as the argument.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.