You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mrunit.apache.org by "Brock Noland (Created) (JIRA)" <ji...@apache.org> on 2011/11/29 13:47:40 UTC

[jira] [Created] (MRUNIT-49) o.a.h.mrunit.mapreduce.ReduceDriverBase.ValueClassInstanceReuseList Configuration not modifable

o.a.h.mrunit.mapreduce.ReduceDriverBase.ValueClassInstanceReuseList Configuration not modifable
-----------------------------------------------------------------------------------------------

                 Key: MRUNIT-49
                 URL: https://issues.apache.org/jira/browse/MRUNIT-49
             Project: MRUnit
          Issue Type: Improvement
            Reporter: Brock Noland
            Priority: Minor
             Fix For: 0.8.0


ReduceDriverBase.ValueClassInstanceReuseList needs a configuration object. Right now it just creates it's own. We should push the Configuration object down to it from the driver as the driver may have been passed a customized Configuration.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MRUNIT-49) o.a.h.mrunit.mapreduce.ReduceDriverBase.ValueClassInstanceReuseList Configuration not modifable

Posted by "Brock Noland (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MRUNIT-49?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brock Noland updated MRUNIT-49:
-------------------------------

    Fix Version/s:     (was: 0.8.0)
                   1.0.0
    
> o.a.h.mrunit.mapreduce.ReduceDriverBase.ValueClassInstanceReuseList Configuration not modifable
> -----------------------------------------------------------------------------------------------
>
>                 Key: MRUNIT-49
>                 URL: https://issues.apache.org/jira/browse/MRUNIT-49
>             Project: MRUnit
>          Issue Type: Improvement
>            Reporter: Brock Noland
>            Priority: Minor
>             Fix For: 1.0.0
>
>
> ReduceDriverBase.ValueClassInstanceReuseList needs a configuration object. Right now it just creates it's own. We should push the Configuration object down to it from the driver as the driver may have been passed a customized Configuration.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (MRUNIT-49) o.a.h.mrunit.mapreduce.ReduceDriverBase.ValueClassInstanceReuseList Configuration not modifable

Posted by "Brock Noland (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MRUNIT-49?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brock Noland resolved MRUNIT-49.
--------------------------------

    Resolution: Fixed
    
> o.a.h.mrunit.mapreduce.ReduceDriverBase.ValueClassInstanceReuseList Configuration not modifable
> -----------------------------------------------------------------------------------------------
>
>                 Key: MRUNIT-49
>                 URL: https://issues.apache.org/jira/browse/MRUNIT-49
>             Project: MRUnit
>          Issue Type: Improvement
>            Reporter: Brock Noland
>            Priority: Minor
>             Fix For: 1.0.0
>
>         Attachments: MRUNIT-49.patch
>
>
> ReduceDriverBase.ValueClassInstanceReuseList needs a configuration object. Right now it just creates it's own. We should push the Configuration object down to it from the driver as the driver may have been passed a customized Configuration.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MRUNIT-49) o.a.h.mrunit.mapreduce.ReduceDriverBase.ValueClassInstanceReuseList Configuration not modifable

Posted by "Jim Donofrio (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MRUNIT-49?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jim Donofrio updated MRUNIT-49:
-------------------------------

    Attachment: MRUNIT-49.patch

pass configuration from getConfiguration method to modified ValueClassInstanceReuseList constructor
                
> o.a.h.mrunit.mapreduce.ReduceDriverBase.ValueClassInstanceReuseList Configuration not modifable
> -----------------------------------------------------------------------------------------------
>
>                 Key: MRUNIT-49
>                 URL: https://issues.apache.org/jira/browse/MRUNIT-49
>             Project: MRUnit
>          Issue Type: Improvement
>            Reporter: Brock Noland
>            Priority: Minor
>             Fix For: 1.0.0
>
>         Attachments: MRUNIT-49.patch
>
>
> ReduceDriverBase.ValueClassInstanceReuseList needs a configuration object. Right now it just creates it's own. We should push the Configuration object down to it from the driver as the driver may have been passed a customized Configuration.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MRUNIT-49) o.a.h.mrunit.mapreduce.ReduceDriverBase.ValueClassInstanceReuseList Configuration not modifable

Posted by "Brock Noland (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MRUNIT-49?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13216666#comment-13216666 ] 

Brock Noland commented on MRUNIT-49:
------------------------------------

Committed to trunk in 1293772.

Thank you Jim!
                
> o.a.h.mrunit.mapreduce.ReduceDriverBase.ValueClassInstanceReuseList Configuration not modifable
> -----------------------------------------------------------------------------------------------
>
>                 Key: MRUNIT-49
>                 URL: https://issues.apache.org/jira/browse/MRUNIT-49
>             Project: MRUnit
>          Issue Type: Improvement
>            Reporter: Brock Noland
>            Priority: Minor
>             Fix For: 1.0.0
>
>         Attachments: MRUNIT-49.patch
>
>
> ReduceDriverBase.ValueClassInstanceReuseList needs a configuration object. Right now it just creates it's own. We should push the Configuration object down to it from the driver as the driver may have been passed a customized Configuration.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (MRUNIT-49) o.a.h.mrunit.mapreduce.ReduceDriverBase.ValueClassInstanceReuseList Configuration not modifable

Posted by "Brock Noland (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MRUNIT-49?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brock Noland reassigned MRUNIT-49:
----------------------------------

    Assignee: Jim Donofrio
    
> o.a.h.mrunit.mapreduce.ReduceDriverBase.ValueClassInstanceReuseList Configuration not modifable
> -----------------------------------------------------------------------------------------------
>
>                 Key: MRUNIT-49
>                 URL: https://issues.apache.org/jira/browse/MRUNIT-49
>             Project: MRUnit
>          Issue Type: Improvement
>            Reporter: Brock Noland
>            Assignee: Jim Donofrio
>            Priority: Minor
>             Fix For: 1.0.0
>
>         Attachments: MRUNIT-49.patch
>
>
> ReduceDriverBase.ValueClassInstanceReuseList needs a configuration object. Right now it just creates it's own. We should push the Configuration object down to it from the driver as the driver may have been passed a customized Configuration.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira