Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 29668 invoked from network); 6 Apr 2011 03:53:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Apr 2011 03:53:47 -0000 Received: (qmail 34989 invoked by uid 500); 6 Apr 2011 03:53:46 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 34863 invoked by uid 500); 6 Apr 2011 03:53:45 -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 34833 invoked by uid 99); 6 Apr 2011 03:53:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Apr 2011 03:53:45 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_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; Wed, 06 Apr 2011 03:53:43 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 9BBBE944B5 for ; Wed, 6 Apr 2011 03:53:06 +0000 (UTC) Date: Wed, 6 Apr 2011 03:53:06 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: <1521228948.36900.1302061986634.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <9616795.280841296261643822.JavaMail.jira@thor> Subject: [jira] [Commented] (HBASE-3488) Add CellCounter to count multiple versions of rows 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/HBASE-3488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13016230#comment-13016230 ] Hudson commented on HBASE-3488: ------------------------------- Integrated in HBase-TRUNK #1831 (See [https://hudson.apache.org/hudson/job/HBase-TRUNK/1831/]) > Add CellCounter to count multiple versions of rows > -------------------------------------------------- > > Key: HBASE-3488 > URL: https://issues.apache.org/jira/browse/HBASE-3488 > Project: HBase > Issue Type: Bug > Components: util > Affects Versions: 0.90.0 > Reporter: Ted Yu > Assignee: Subbu M Iyer > Fix For: 0.92.0 > > Attachments: 3488-Allow_RowCounter_to_retrieve_multiple_versions_of_rows-version2.patch, 3488-Allow_RowCounter_to_retrieve_multiple_versions_of_rows.patch > > > Currently RowCounter only retrieves latest version for each row. > Some applications would store multiple versions for the same row. > RowCounter should accept a new parameter for the number of versions to return. > Scan object would be configured with version parameter (for scan.maxVersions). > Then the following API should be called: > {code} > public KeyValue[] raw() { > {code} -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira