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 29E4F105A6 for ; Mon, 14 Oct 2013 09:37:47 +0000 (UTC) Received: (qmail 56437 invoked by uid 500); 14 Oct 2013 09:37:47 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 56407 invoked by uid 500); 14 Oct 2013 09:37:46 -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 56124 invoked by uid 99); 14 Oct 2013 09:37:44 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Oct 2013 09:37:44 +0000 Date: Mon, 14 Oct 2013 09:37:44 +0000 (UTC) From: "chendihao (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-9605) Allow AggregationClient to skip specifying column family for row count aggregate 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-9605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chendihao updated HBASE-9605: ----------------------------- Attachment: 0605-0.94.patch patch for 0.94 > Allow AggregationClient to skip specifying column family for row count aggregate > -------------------------------------------------------------------------------- > > Key: HBASE-9605 > URL: https://issues.apache.org/jira/browse/HBASE-9605 > Project: HBase > Issue Type: Improvement > Reporter: Ted Yu > Assignee: Ted Yu > Fix For: 0.98.0 > > Attachments: 0605-0.94.patch, 9605-v1.txt > > > For rowcounter job, column family is not required as input parameter. > AggregationClient requires the specification of one column family: > {code} > } else if (scan.getFamilyMap().size() != 1) { > throw new IOException("There must be only one family."); > } > {code} > We should relax the above requirement for row count aggregate where FirstKeyOnlyFilter would be automatically applied. -- This message was sent by Atlassian JIRA (v6.1#6144)