You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@crunch.apache.org by "Jakob Homan (JIRA)" <ji...@apache.org> on 2012/07/10 22:00:47 UTC

[jira] [Created] (CRUNCH-11) WordCountHBaseTest points to old package layout

Jakob Homan created CRUNCH-11:
---------------------------------

             Summary: WordCountHBaseTest points to old package layout
                 Key: CRUNCH-11
                 URL: https://issues.apache.org/jira/browse/CRUNCH-11
             Project: Crunch
          Issue Type: Bug
            Reporter: Jakob Homan


{noformat}
src/test/java/org/apache/crunch/WordCountHBaseTest.java
126:      jarUp(jos, baseDir, "com/cloudera/crunch/WordCountHBaseTest.class");
127:      jarUp(jos, baseDir, "com/cloudera/crunch/WordCountHBaseTest$1.class");
128:      jarUp(jos, baseDir, "com/cloudera/crunch/WordCountHBaseTest$2.class");
{noformat}

--
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] (CRUNCH-11) WordCountHBaseTest points to old package layout

Posted by "Jakob Homan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CRUNCH-11?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jakob Homan updated CRUNCH-11:
------------------------------

    Attachment: GIRAPH-11.patch

Patch replaces com/cloudera with org/apache.  However, when testing this against Hadoop 2.0.0-alpha the test fails trying to reference a minidfscluster constructor that doesn't exist.  Since this code path is just for one version of Hadoop, I don't imagine it's getting exercised very often.  It would be helpful to routinely run the tests against all supported versions of Hadoop, but Maven makes this a bit of a pain.  

Regardless, this should be ok and the missing constructor against 2.0.0-alpha can be taken care of later.
                
> WordCountHBaseTest points to old package layout
> -----------------------------------------------
>
>                 Key: CRUNCH-11
>                 URL: https://issues.apache.org/jira/browse/CRUNCH-11
>             Project: Crunch
>          Issue Type: Bug
>            Reporter: Jakob Homan
>            Assignee: Jakob Homan
>         Attachments: GIRAPH-11.patch
>
>
> {noformat}
> src/test/java/org/apache/crunch/WordCountHBaseTest.java
> 126:      jarUp(jos, baseDir, "com/cloudera/crunch/WordCountHBaseTest.class");
> 127:      jarUp(jos, baseDir, "com/cloudera/crunch/WordCountHBaseTest$1.class");
> 128:      jarUp(jos, baseDir, "com/cloudera/crunch/WordCountHBaseTest$2.class");
> {noformat}

--
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] (CRUNCH-11) WordCountHBaseTest points to old package layout

Posted by "Josh Wills (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CRUNCH-11?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Josh Wills resolved CRUNCH-11.
------------------------------

       Resolution: Fixed
    Fix Version/s: 0.3.0

Committed. Thank you Jakob!
                
> WordCountHBaseTest points to old package layout
> -----------------------------------------------
>
>                 Key: CRUNCH-11
>                 URL: https://issues.apache.org/jira/browse/CRUNCH-11
>             Project: Crunch
>          Issue Type: Bug
>            Reporter: Jakob Homan
>            Assignee: Jakob Homan
>             Fix For: 0.3.0
>
>         Attachments: GIRAPH-11.patch
>
>
> {noformat}
> src/test/java/org/apache/crunch/WordCountHBaseTest.java
> 126:      jarUp(jos, baseDir, "com/cloudera/crunch/WordCountHBaseTest.class");
> 127:      jarUp(jos, baseDir, "com/cloudera/crunch/WordCountHBaseTest$1.class");
> 128:      jarUp(jos, baseDir, "com/cloudera/crunch/WordCountHBaseTest$2.class");
> {noformat}

--
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] (CRUNCH-11) WordCountHBaseTest points to old package layout

Posted by "Jakob Homan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CRUNCH-11?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jakob Homan reassigned CRUNCH-11:
---------------------------------

    Assignee: Jakob Homan
    
> WordCountHBaseTest points to old package layout
> -----------------------------------------------
>
>                 Key: CRUNCH-11
>                 URL: https://issues.apache.org/jira/browse/CRUNCH-11
>             Project: Crunch
>          Issue Type: Bug
>            Reporter: Jakob Homan
>            Assignee: Jakob Homan
>
> {noformat}
> src/test/java/org/apache/crunch/WordCountHBaseTest.java
> 126:      jarUp(jos, baseDir, "com/cloudera/crunch/WordCountHBaseTest.class");
> 127:      jarUp(jos, baseDir, "com/cloudera/crunch/WordCountHBaseTest$1.class");
> 128:      jarUp(jos, baseDir, "com/cloudera/crunch/WordCountHBaseTest$2.class");
> {noformat}

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