You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Pradeep Kamath (JIRA)" <ji...@apache.org> on 2009/10/20 03:30:59 UTC

[jira] Created: (MAPREDUCE-1123) addResource(Configuration other) would be useful method to add to Configuration

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.