From mrunit-dev-return-397-apmail-incubator-mrunit-dev-archive=incubator.apache.org@incubator.apache.org Tue Feb 7 04:19:28 2012 Return-Path: X-Original-To: apmail-incubator-mrunit-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-mrunit-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 426799C9D for ; Tue, 7 Feb 2012 04:19:28 +0000 (UTC) Received: (qmail 71413 invoked by uid 500); 7 Feb 2012 04:19:27 -0000 Delivered-To: apmail-incubator-mrunit-dev-archive@incubator.apache.org Received: (qmail 71381 invoked by uid 500); 7 Feb 2012 04:19:23 -0000 Mailing-List: contact mrunit-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mrunit-dev@incubator.apache.org Delivered-To: mailing list mrunit-dev@incubator.apache.org Received: (qmail 71373 invoked by uid 99); 7 Feb 2012 04:19:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Feb 2012 04:19:20 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Feb 2012 04:19:19 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 4DBE4CD972 for ; Tue, 7 Feb 2012 04:18:59 +0000 (UTC) Date: Tue, 7 Feb 2012 04:18:59 +0000 (UTC) From: "Brock Noland (Updated) (JIRA)" To: mrunit-dev@incubator.apache.org Message-ID: <1753690260.6685.1328588339320.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1326291934.4027.1328208303107.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (MRUNIT-56) 0.8.0 release does not work with Hadoop 0.23 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MRUNIT-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brock Noland updated MRUNIT-56: ------------------------------- Attachment: mrunit-pom-test.diff Attached allows you to build a hadoop 1.0 version of the jar and a 0.23 version. This is not intended for commit. > 0.8.0 release does not work with Hadoop 0.23 > -------------------------------------------- > > Key: MRUNIT-56 > URL: https://issues.apache.org/jira/browse/MRUNIT-56 > Project: MRUnit > Issue Type: Bug > Affects Versions: 0.8.0 > Reporter: Tom White > Priority: Blocker > Attachments: mrunit-pom-test.diff > > > Unfortunately MRUNIT-31doesn't fix this. I get this failure: > {noformat} > java.lang.IncompatibleClassChangeError: Found interface org.apache.hadoop.mapreduce.TaskInputOutputContext, but class was expected > at org.apache.hadoop.mrunit.mapreduce.mock.MockContextWrapper.createCommon(MockContextWrapper.java:51) > at org.apache.hadoop.mrunit.mapreduce.mock.MockMapContextWrapper.create(MockMapContextWrapper.java:65) > at org.apache.hadoop.mrunit.mapreduce.mock.MockMapContextWrapper.(MockMapContextWrapper.java:57) > at org.apache.hadoop.mrunit.mapreduce.MapDriver.run(MapDriver.java:195) > at org.apache.hadoop.mrunit.MapDriverBase.runTest(MapDriverBase.java:185) > at v5.MaxTemperatureMapperTest.parsesMissingTemperature(MaxTemperatureMapperTest.java:34) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > {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