Return-Path: Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: (qmail 50995 invoked from network); 29 Jan 2011 00:40:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Jan 2011 00:40:55 -0000 Received: (qmail 56823 invoked by uid 500); 29 Jan 2011 00:40:55 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 56747 invoked by uid 500); 29 Jan 2011 00:40:54 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 56739 invoked by uid 99); 29 Jan 2011 00:40:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Jan 2011 00:40:54 +0000 X-ASF-Spam-Status: No, hits=3.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_BL_SPAMCOP_NET,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of yuzhihong@gmail.com designates 209.85.161.41 as permitted sender) Received: from [209.85.161.41] (HELO mail-fx0-f41.google.com) (209.85.161.41) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Jan 2011 00:40:47 +0000 Received: by fxm12 with SMTP id 12so4761871fxm.14 for ; Fri, 28 Jan 2011 16:40:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=areksdVKoVVLYFcQCLKsfpUr16UHkWyrTUC2ZhWy4M0=; b=YXMbL0e0kPG+zim2tmBgRhfuipacWbwyrTlgt88AsvOUZuvL1DJueFPIbUfNES4IKF NqPkcAFO8v30t1yEBMFxGG/iRFoT0eW5Q1MaMo2V2CevNO3GKmj1QdROm+BgEoKFRt99 Wi8y1hZ8xPbQi1EphVNvHqNWxKanE7rx1O87c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=DFMdU6c5lKyKWQjPWc6o0pvtZDs3/apYaX/Pzoawmj9LOAng/tVECvm4p3fejg36sZ BxHIbaBrtMKJusToTZhIoNVA/xkeV6AUvSNKM5kqHkMn7JmyKntI/QONSQfqRBMzFlo4 nQlmDykvZspzWvYVEBGxN69s1NZXb4lZhXePs= MIME-Version: 1.0 Received: by 10.223.86.196 with SMTP id t4mr3119279fal.34.1296261626991; Fri, 28 Jan 2011 16:40:26 -0800 (PST) Received: by 10.223.78.140 with HTTP; Fri, 28 Jan 2011 16:40:26 -0800 (PST) In-Reply-To: References: Date: Fri, 28 Jan 2011 16:40:26 -0800 Message-ID: Subject: Re: RowCounter and versions From: Ted Yu To: dev@hbase.apache.org Content-Type: multipart/alternative; boundary=20cf30433f7ad016e7049af16dc2 X-Virus-Checked: Checked by ClamAV on apache.org --20cf30433f7ad016e7049af16dc2 Content-Type: text/plain; charset=ISO-8859-1 https://issues.apache.org/jira/browse/HBASE-3488 Thanks On Fri, Jan 28, 2011 at 4:22 PM, Jean-Daniel Cryans wrote: > It would need some modifications in order to be able to do that, such > as accepting an argument that asks for it, then configure the Scan > object, and finally do some more digging in the Result object > > J-D > > J-D > > On Fri, Jan 28, 2011 at 4:17 PM, Ted Yu wrote: > > Hi, > > Is RowCounter able to count all the versions of the same row ? > > > > Cheers > > > --20cf30433f7ad016e7049af16dc2--