Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 63A3D7982 for ; Fri, 16 Sep 2011 19:10:33 +0000 (UTC) Received: (qmail 64395 invoked by uid 500); 16 Sep 2011 19:10:33 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 64345 invoked by uid 500); 16 Sep 2011 19:10:33 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 64326 invoked by uid 99); 16 Sep 2011 19:10:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Sep 2011 19:10:33 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Sep 2011 19:10:30 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 4409E9D25E for ; Fri, 16 Sep 2011 19:10:09 +0000 (UTC) Date: Fri, 16 Sep 2011 19:10:09 +0000 (UTC) From: "Jesse Yates (JIRA)" To: issues@hbase.apache.org Message-ID: <1244635413.36042.1316200209274.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <2015922562.3471.1300192769567.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-3646) When mapper writes multiple values for a key keep chronological order of values 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/HBASE-3646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13106724#comment-13106724 ] Jesse Yates commented on HBASE-3646: ------------------------------------ @Bob How is this patch coming along? If you guys have dropped it, I would be interested in taking a stab at it. @stack Is this ticket even still valid? Should we bump the version number? Thanks! > When mapper writes multiple values for a key keep chronological order of values > ------------------------------------------------------------------------------- > > Key: HBASE-3646 > URL: https://issues.apache.org/jira/browse/HBASE-3646 > Project: HBase > Issue Type: New Feature > Components: client > Affects Versions: 0.90.1 > Environment: Cloudera 3.5 VM > TableMapper > TableReducer > Reporter: Bob Cummins > Priority: Minor > > When mapper writes multiple values for a key, the underlying collection class maps each of the values to the key, but not always in chronological order. If chronological order were guaranteed each of the values mapped to the key, each of the values could be understood as specific and different parameters between the mapper and the reducer. > I've done little tricks like having the mapper flag one a the values by making it a negative number, which the reducer recognizes and can write it to hbase as a unique column value.This is a kluge workaround which it would be nice to not have to do. > Used to formulate this suggestion: > TableMapper > TableReducer -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira