Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 031E5FF87 for ; Mon, 15 Apr 2013 18:14:17 +0000 (UTC) Received: (qmail 58588 invoked by uid 500); 15 Apr 2013 18:14:16 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 58552 invoked by uid 500); 15 Apr 2013 18:14:16 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 58543 invoked by uid 99); 15 Apr 2013 18:14:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Apr 2013 18:14:16 +0000 Date: Mon, 15 Apr 2013 18:14:16 +0000 (UTC) From: "Karthik Kambatla (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (MAPREDUCE-4941) Use of org.apache.hadoop.mapred.lib.CombineFileRecordReader requires casting 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/MAPREDUCE-4941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karthik Kambatla updated MAPREDUCE-4941: ---------------------------------------- Attachment: MAPREDUCE-4941.patch The patch looks good to me. Wonder what the release audit problems are, re-uploading the patch to force a Jenkins run. > Use of org.apache.hadoop.mapred.lib.CombineFileRecordReader requires casting > ---------------------------------------------------------------------------- > > Key: MAPREDUCE-4941 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-4941 > Project: Hadoop Map/Reduce > Issue Type: Bug > Affects Versions: 2.0.2-alpha, 0.23.5 > Reporter: Jason Lowe > Assignee: Jason Lowe > Priority: Minor > Attachments: MAPREDUCE-4941.patch, MAPREDUCE-4941.patch > > > Unlike its counterpart in org.apache.hadoop.mapreduce.lib.input, the CombineFileRecordReader in mapred requires a user to cast to a RecordReader since the constructor specification says it must have the RecordReader class as a parameter. It should use {{Class>}} like its mapreduce counterpart to make it easier to use. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira