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 E502E10B07 for ; Thu, 20 Jun 2013 21:14:20 +0000 (UTC) Received: (qmail 47858 invoked by uid 500); 20 Jun 2013 21:14:20 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 47818 invoked by uid 500); 20 Jun 2013 21:14:20 -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 47754 invoked by uid 99); 20 Jun 2013 21:14:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Jun 2013 21:14:20 +0000 Date: Thu, 20 Jun 2013 21:14:20 +0000 (UTC) From: "Tony Zhao (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CASSANDRA-5679) Wide Row calls map method once per column in Hadoop MapReduce 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-5679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tony Zhao updated CASSANDRA-5679: --------------------------------- Labels: cassandra hadoop (was: ) > Wide Row calls map method once per column in Hadoop MapReduce > ------------------------------------------------------------- > > Key: CASSANDRA-5679 > URL: https://issues.apache.org/jira/browse/CASSANDRA-5679 > Project: Cassandra > Issue Type: Bug > Components: Hadoop > Affects Versions: 1.2.4 > Environment: CentOS 6.3, Hadoop 1.1.2, Cassandra 1.2.4 > Reporter: Tony Zhao > Labels: cassandra, hadoop > > When using Cassandra without wide row support in a Hadoop job, the map method gets a number of columns limited by the SlicePredicate every time the map method in the mapper is called; but when using wide row support, the map method is called once for every column. It seems like the limit in SlicePredicate is ignored when wide row set to true. > This prevents in-map reducing code to work (i.e. emit top ten from a mapper). -- 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