[
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