Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2BA7275F1 for ; Wed, 26 Oct 2011 21:37:56 +0000 (UTC) Received: (qmail 41044 invoked by uid 500); 26 Oct 2011 21:37:55 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 40988 invoked by uid 500); 26 Oct 2011 21:37:55 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 40969 invoked by uid 99); 26 Oct 2011 21:37:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Oct 2011 21:37:55 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,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; Wed, 26 Oct 2011 21:37:53 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 37D7131D3B3 for ; Wed, 26 Oct 2011 21:35:33 +0000 (UTC) Date: Wed, 26 Oct 2011 21:35:33 +0000 (UTC) From: "Steeve Morin (Updated) (JIRA)" To: commits@cassandra.apache.org Message-ID: <1906485923.20691.1319664933230.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <184693266.21780.1308593808011.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (CASSANDRA-2799) Implement old style api support for ColumnFamilyInputFormat and ColumnFamilyRecordReader 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/CASSANDRA-2799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steeve Morin updated CASSANDRA-2799: ------------------------------------ Attachment: old_hadoop_v1.patch Support old hadoop API by patching ColumnFamilyInputFormat, ColumnFamilyRecordReader and ColumnFamilyInputSplit. PLEASE TEST ! > Implement old style api support for ColumnFamilyInputFormat and ColumnFamilyRecordReader > ---------------------------------------------------------------------------------------- > > Key: CASSANDRA-2799 > URL: https://issues.apache.org/jira/browse/CASSANDRA-2799 > Project: Cassandra > Issue Type: Improvement > Affects Versions: 1.0.0 > Reporter: Jeremy Hanna > Assignee: Steeve Morin > Priority: Minor > Labels: hadoop > Attachments: ColumnFamilyInputFormat2.java, ColumnFamilyRecordReader2.java, ColumnFamilySplit2.java, old_hadoop_v1.patch > > > For better compatibility with hadoop, I would like to add old style hadoop support (mapred) to the ColumnFamilyInputFormat and ColumnFamilyRecordReader. We already have it in the output. Oozie in particular handles the old style api better. That is the motivation for us. I already did this as part of my patch for CASSANDRA-1497 so it should be trivial. We are just in a tight schedule right now and I'll come back to this once we have a bit of breathing room. > I think it would help with compatibility with other systems that rely on hadoop as well. -- 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