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 D04191012F for ; Tue, 19 May 2015 16:36:02 +0000 (UTC) Received: (qmail 33005 invoked by uid 500); 19 May 2015 16:36:02 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 32964 invoked by uid 500); 19 May 2015 16:36:02 -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 32944 invoked by uid 99); 19 May 2015 16:36:02 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 May 2015 16:36:02 +0000 Date: Tue, 19 May 2015 16:36:02 +0000 (UTC) From: "Jean-Marc Spaggiari (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-13707) CellCounter uses to many counters 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-13707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14550735#comment-14550735 ] Jean-Marc Spaggiari commented on HBASE-13707: --------------------------------------------- But might be nice to be able to count for a range of rows. Provide startkey / endkey then, instead of adding an option to disable that. If you don't specify them, we count just for the entire table. If you specify a range, we provide details per row for the range. Make sense? > CellCounter uses to many counters > --------------------------------- > > Key: HBASE-13707 > URL: https://issues.apache.org/jira/browse/HBASE-13707 > Project: HBase > Issue Type: Bug > Components: mapreduce > Affects Versions: 1.0.1 > Reporter: Jean-Marc Spaggiari > Priority: Minor > Labels: beginner, newbie > > CellCounters creates a counter per row... So it quickly becomes to many. > We should provide an option to drop the statistic per rows and count only cells overall for the table. -- This message was sent by Atlassian JIRA (v6.3.4#6332)