Return-Path: Delivered-To: apmail-hadoop-mapreduce-dev-archive@minotaur.apache.org Received: (qmail 63700 invoked from network); 19 Nov 2010 16:49:08 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Nov 2010 16:49:08 -0000 Received: (qmail 78241 invoked by uid 500); 19 Nov 2010 16:49:39 -0000 Delivered-To: apmail-hadoop-mapreduce-dev-archive@hadoop.apache.org Received: (qmail 78183 invoked by uid 500); 19 Nov 2010 16:49:39 -0000 Mailing-List: contact mapreduce-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-dev@hadoop.apache.org Delivered-To: mailing list mapreduce-dev@hadoop.apache.org Received: (qmail 78175 invoked by uid 99); 19 Nov 2010 16:49:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Nov 2010 16:49:39 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Nov 2010 16:49:37 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oAJGnFdk017820 for ; Fri, 19 Nov 2010 16:49:15 GMT Message-ID: <29526521.198101290185355633.JavaMail.jira@thor> Date: Fri, 19 Nov 2010 11:49:15 -0500 (EST) From: "Todd Lipcon (JIRA)" To: mapreduce-dev@hadoop.apache.org Subject: [jira] Resolved: (MAPREDUCE-2194) Local mode seems to be broken in Cloudera's 737 release In-Reply-To: <20913391.198001290184873768.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/MAPREDUCE-2194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon resolved MAPREDUCE-2194. ------------------------------------ Resolution: Invalid Hi Alex. I transferred this ticket to the Cloudera DISTRO JIRA:https://issues.cloudera.org/browse/DISTRO-63 For CDH specific bugs it's best to either use that JIRA or our support portal, unless you can reproduce upstream or in trunk. > Local mode seems to be broken in Cloudera's 737 release > ------------------------------------------------------- > > Key: MAPREDUCE-2194 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-2194 > Project: Hadoop Map/Reduce > Issue Type: Bug > Affects Versions: 0.20.2 > Reporter: Alex Rovner > > We have upgraded our dev environment from Cloudera's 0.20.2-228-cloudera to 0.20.2-737-cloudera > Version 228 worked great for us. In version 737 we are getting the following exception: > (LocalJobRunner.java:295) - job_local_0005 > java.lang.ClassCastException: org.apache.hadoop.mapreduce.lib.input.FileSplit cannot be cast to org.apache.hadoop.mapred.InputSplit > at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:357) > at org.apache.hadoop.mapred.MapTask.run(MapTask.java:317) > at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:212) > We have tried to set job.getConfiguration().setBoolean("mapred.reducer.new-api", true) but that did not resolve the issue. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.