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

Hudson commented on HBASE-9605:
-------------------------------

FAILURE: Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #766 (See 
[https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/766/])
HBASE-9605 Allow AggregationClient to skip specifying column family for row 
count aggregate (tedyu: rev 1526987)
* 
/hbase/trunk/hbase-client/src/main/java/org/apache/hadoop/hbase/client/coprocessor/AggregationClient.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/AggregateImplementation.java
* 
/hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/TestAggregateProtocol.java

                
> 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: 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 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

Reply via email to