You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2013/09/21 06:25:51 UTC

[jira] [Commented] (HBASE-9605) Allow AggregationClient to skip specifying column family for row count aggregate

    [ https://issues.apache.org/jira/browse/HBASE-9605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13773719#comment-13773719 ] 

Ted Yu commented on HBASE-9605:
-------------------------------

Here is the thread on user mailing list which prompted the logging of this JIRA:
http://search-hadoop.com/m/KQC575kSmE1

Thanks to James who pointed out this restriction.
                
> 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
>
> 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira