[ 
http://issues.apache.org/jira/browse/HADOOP-196?page=comments#action_12379130 ] 

alan wootton commented on HADOOP-196:
-------------------------------------

Some mistakes in this submission (my first one, and I can't seem to edit them 
away).

Let me restate the bug.

This constructor

  public JobConf(Configuration conf) {
    super(conf);
    initialize();
  }

does not work as it should. The conf that is passed in gets lost.

The patch fixes this bug.

- alan wootton, shopping.com

> Fix buggy uselessness of Configuration( Configuration other) constructor
> ------------------------------------------------------------------------
>
>          Key: HADOOP-196
>          URL: http://issues.apache.org/jira/browse/HADOOP-196
>      Project: Hadoop
>         Type: Bug

>   Components: conf
>     Reporter: alan wootton
>  Attachments: ConfigConstructorFix.patch
>
> The constructor 
> public Configuration(Configuration other) 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to