Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 88106 invoked from network); 25 Aug 2010 20:54:58 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 25 Aug 2010 20:54:58 -0000 Received: (qmail 75117 invoked by uid 500); 25 Aug 2010 20:54:58 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 75101 invoked by uid 500); 25 Aug 2010 20:54:58 -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 75093 invoked by uid 99); 25 Aug 2010 20:54:58 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Aug 2010 20:54:58 +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; Wed, 25 Aug 2010 20:54:41 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7PKsKVH011416 for ; Wed, 25 Aug 2010 20:54:20 GMT Message-ID: <20081366.567481282769659992.JavaMail.jira@thor> Date: Wed, 25 Aug 2010 16:54:19 -0400 (EDT) From: "Jonathan Ellis (JIRA)" To: commits@cassandra.apache.org Subject: [jira] Resolved: (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 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CASSANDRA-1315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-1315. --------------------------------------- Reviewer: jbellis Resolution: Fixed Stu convinced me that due to the direction the Hadoop project is moving, demand for a Thrift api is likely to be low. Committed. > 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.