Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 89313 invoked from network); 24 Aug 2010 19:48:38 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Aug 2010 19:48:38 -0000 Received: (qmail 29398 invoked by uid 500); 24 Aug 2010 19:48:38 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 29373 invoked by uid 500); 24 Aug 2010 19:48:37 -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 29365 invoked by uid 99); 24 Aug 2010 19:48:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Aug 2010 19:48:37 +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; Tue, 24 Aug 2010 19:48:37 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7OJmGCW024743 for ; Tue, 24 Aug 2010 19:48:17 GMT Message-ID: <28713993.538041282679296868.JavaMail.jira@thor> Date: Tue, 24 Aug 2010 15:48:16 -0400 (EDT) From: "Stu Hood (JIRA)" To: commits@cassandra.apache.org Subject: [jira] Updated: (CASSANDRA-1315) ColumnFamilyOutputFormat should use client API objects In-Reply-To: <11076660.569181279995710698.JavaMail.jira@thor> 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/CASSANDRA-1315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stu Hood updated CASSANDRA-1315: -------------------------------- Attachment: 0001-Use-Avro-objects-as-input-to-CFOutputFormat.patch 0002-Allow-multiple-mutations-per-key-to-arrive-during-in.patch Rebase the existing patchset for trunk: I'll be tackling the Avro/Thrift duality sometime soon, but this isn't it. > ColumnFamilyOutputFormat should use client API objects > ------------------------------------------------------ > > Key: CASSANDRA-1315 > URL: https://issues.apache.org/jira/browse/CASSANDRA-1315 > Project: Cassandra > Issue Type: Bug > Components: Hadoop > Reporter: Stu Hood > Assignee: Stu Hood > Fix For: 0.7 beta 2 > > Attachments: 0001-Use-Avro-objects-as-input-to-CFOutputFormat.patch, 0002-Allow-multiple-mutations-per-key-to-arrive-during-in.patch > > > ColumnFamilyOutputFormat currently takes IColumns as its input, meaning that users need to understand Cassandra's internals reasonably well in order to use it, and need to hardcode things like the comparator type and clock type into their MapReduce jobs. > Instead, CFOutputFormat should take either Thrift or Avro objects, which are familiar interfaces for users. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.