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 0A1C1E969 for ; Fri, 22 Feb 2013 21:00:14 +0000 (UTC) Received: (qmail 44994 invoked by uid 500); 22 Feb 2013 21:00:13 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 44943 invoked by uid 500); 22 Feb 2013 21:00:13 -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 44799 invoked by uid 99); 22 Feb 2013 21:00:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Feb 2013 21:00:13 +0000 Date: Fri, 22 Feb 2013 21:00:13 +0000 (UTC) From: "Brandon Williams (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-5251) Hadoop support should be able to work with 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-5251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13584682#comment-13584682 ] Brandon Williams commented on CASSANDRA-5251: --------------------------------------------- Can you explain your use case for this? Writing to multiple CFs isn't a huge problem since all of the IO will still be sequential, but reading from multiple CFs will cause random IO seeking between them so is generally not the best fit. > Hadoop support should be able to work with multiple column families > ------------------------------------------------------------------- > > Key: CASSANDRA-5251 > URL: https://issues.apache.org/jira/browse/CASSANDRA-5251 > Project: Cassandra > Issue Type: Improvement > Components: Hadoop > Affects Versions: 1.1.0, 1.1.11, 1.2.0, 2.0 > Reporter: Illarion Kovalchuk > Priority: Minor > Attachments: trunk-5251.txt > > > This patch affects api, so I changed hadoop example in it. The main difference is that now ColumnFamilyInput format generates splits for all input column families, and ColumnFamilyOutputFormat works not with List, but with List>, where Pair.left is for column family name. > Thank you -- 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