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 85FCEDCAB for ; Fri, 2 Nov 2012 03:24:19 +0000 (UTC) Received: (qmail 4325 invoked by uid 500); 2 Nov 2012 03:24:17 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 4240 invoked by uid 500); 2 Nov 2012 03:24:15 -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 4170 invoked by uid 99); 2 Nov 2012 03:24:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Nov 2012 03:24:13 +0000 Date: Fri, 2 Nov 2012 03:24:13 +0000 (UTC) From: "Jonathan Ellis (JIRA)" To: commits@cassandra.apache.org Message-ID: <1957266398.59103.1351826653121.JavaMail.jiratomcat@arcas> In-Reply-To: <1331112659.13663.1335891530681.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (CASSANDRA-4208) ColumnFamilyOutputFormat should support writing to multiple column families 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-4208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13489225#comment-13489225 ] Jonathan Ellis commented on CASSANDRA-4208: ------------------------------------------- Reverted the BOF change in 78d6f64f33c592890051c690ddf5d26b7b2af027 > ColumnFamilyOutputFormat should support writing to multiple column families > --------------------------------------------------------------------------- > > Key: CASSANDRA-4208 > URL: https://issues.apache.org/jira/browse/CASSANDRA-4208 > Project: Cassandra > Issue Type: Improvement > Components: Hadoop > Affects Versions: 1.1.0 > Reporter: Robbie Strickland > Assignee: Robbie Strickland > Fix For: 1.2.0 > > Attachments: cassandra-1.1-4208.txt, cassandra-1.1-4208-v2.txt, cassandra-1.1-4208-v3.txt, cassandra-1.1-4208-v4.txt, trunk-4208.txt, trunk-4208-v2.txt, trunk-4208-v3.txt > > > It is not currently possible to output records to more than one column family in a single reducer. Considering that writing values to Cassandra often involves multiple column families (i.e. updating your index when you insert a new value), this seems overly restrictive. I am submitting a patch that moves the specification of column family from the job configuration to the write() call in ColumnFamilyRecordWriter. -- 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