You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mrunit.apache.org by "Jim Donofrio (Created) (JIRA)" <ji...@apache.org> on 2012/03/08 04:23:20 UTC

[jira] [Created] (MRUNIT-76) Why are the mapred test classes under o.a.h.mrunit instead of o.a.h.mrunit.mapred?

Why are the mapred test classes under o.a.h.mrunit instead of o.a.h.mrunit.mapred?
----------------------------------------------------------------------------------

                 Key: MRUNIT-76
                 URL: https://issues.apache.org/jira/browse/MRUNIT-76
             Project: MRUnit
          Issue Type: Question
            Reporter: Jim Donofrio
            Priority: Minor


Why are the mapred test classes under o.a.h.mrunit instead of o.a.h.mrunit.mapred?

--
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-76) Why are the mapred test classes under o.a.h.mrunit instead of o.a.h.mrunit.mapred?

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

Jim Donofrio updated MRUNIT-76:
-------------------------------

    Affects Version/s: 0.8.1
    
> Why are the mapred test classes under o.a.h.mrunit instead of o.a.h.mrunit.mapred?
> ----------------------------------------------------------------------------------
>
>                 Key: MRUNIT-76
>                 URL: https://issues.apache.org/jira/browse/MRUNIT-76
>             Project: MRUnit
>          Issue Type: Question
>    Affects Versions: 0.8.1
>            Reporter: Jim Donofrio
>            Priority: Minor
>
> Why are the mapred test classes under o.a.h.mrunit instead of o.a.h.mrunit.mapred?

--
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-76) Why are the mapred test classes under o.a.h.mrunit instead of o.a.h.mrunit.mapred?

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

Brock Noland commented on MRUNIT-76:
------------------------------------

Agreed, seems odd, my *guess* is that it mrunit was created before they realized there was going to be a mapred and mapreduce package.  I like neat boxes so i thought about proposing a rename of the classes but it'd be a fairly large breaking change which I dislike more than neat boxes...
                
> Why are the mapred test classes under o.a.h.mrunit instead of o.a.h.mrunit.mapred?
> ----------------------------------------------------------------------------------
>
>                 Key: MRUNIT-76
>                 URL: https://issues.apache.org/jira/browse/MRUNIT-76
>             Project: MRUnit
>          Issue Type: Question
>    Affects Versions: 0.8.1
>            Reporter: Jim Donofrio
>            Priority: Minor
>
> Why are the mapred test classes under o.a.h.mrunit instead of o.a.h.mrunit.mapred?

--
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-76) Why are the mapred test classes under o.a.h.mrunit instead of o.a.h.mrunit.mapred?

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

Jarek Jarcec Cecho commented on MRUNIT-76:
------------------------------------------

Or we can do something in between. We can create new module o.a.h.mrunit.mapred, move all mapred related classes there and create new very simple classes in o.a.h.mrunit that will simply inherit from o.a.h.mrunit.mapred (without any additional logic) for backward compatibility (+ marking them as deprecated). I believe that it would be clean to remove those simple classes after couple of releases.
                
> Why are the mapred test classes under o.a.h.mrunit instead of o.a.h.mrunit.mapred?
> ----------------------------------------------------------------------------------
>
>                 Key: MRUNIT-76
>                 URL: https://issues.apache.org/jira/browse/MRUNIT-76
>             Project: MRUnit
>          Issue Type: Question
>    Affects Versions: 0.8.1
>            Reporter: Jim Donofrio
>            Priority: Minor
>
> Why are the mapred test classes under o.a.h.mrunit instead of o.a.h.mrunit.mapred?

--
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-76) Why are the mapred test classes under o.a.h.mrunit instead of o.a.h.mrunit.mapred?

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

Jim Donofrio commented on MRUNIT-76:
------------------------------------

I guess those simple classes would have to maintain full API compatibility. We probably should leave it as it is until we implement some of the major changes in MRUNIT-69 which will break compatibility anyway.
                
> Why are the mapred test classes under o.a.h.mrunit instead of o.a.h.mrunit.mapred?
> ----------------------------------------------------------------------------------
>
>                 Key: MRUNIT-76
>                 URL: https://issues.apache.org/jira/browse/MRUNIT-76
>             Project: MRUnit
>          Issue Type: Question
>    Affects Versions: 0.8.1
>            Reporter: Jim Donofrio
>            Priority: Minor
>
> Why are the mapred test classes under o.a.h.mrunit instead of o.a.h.mrunit.mapred?

--
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] [Closed] (MRUNIT-76) Why are the mapred test classes under o.a.h.mrunit instead of o.a.h.mrunit.mapred?

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

Jim Donofrio closed MRUNIT-76.
------------------------------

    Resolution: Won't Fix
      Assignee: Jim Donofrio

Leave packaging as it is because eventually entire current API will be deprecated in favor of work in MRUNIT-69
                
> Why are the mapred test classes under o.a.h.mrunit instead of o.a.h.mrunit.mapred?
> ----------------------------------------------------------------------------------
>
>                 Key: MRUNIT-76
>                 URL: https://issues.apache.org/jira/browse/MRUNIT-76
>             Project: MRUnit
>          Issue Type: Question
>    Affects Versions: 0.8.1
>            Reporter: Jim Donofrio
>            Assignee: Jim Donofrio
>            Priority: Minor
>
> Why are the mapred test classes under o.a.h.mrunit instead of o.a.h.mrunit.mapred?

--
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