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

Hudson commented on HBASE-15773:
--------------------------------

FAILURE: Integrated in HBase-Trunk_matrix #900 (See 
[https://builds.apache.org/job/HBase-Trunk_matrix/900/])
HBASE-15773 Improvements to CellCounter job (garyh: rev 
86ca09e0e581b897582124938004e948fe38df3b)
* hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/CellCounter.java
* 
hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/TableInputFormat.java


> CellCounter improvements
> ------------------------
>
>                 Key: HBASE-15773
>                 URL: https://issues.apache.org/jira/browse/HBASE-15773
>             Project: HBase
>          Issue Type: Improvement
>          Components: mapreduce
>    Affects Versions: 1.2.0, 1.3.0
>            Reporter: Gary Helmling
>            Assignee: Gary Helmling
>             Fix For: 1.3.0
>
>         Attachments: HBASE-15773.001.patch, HBASE-15773.002.patch
>
>
> Looking at the CellCounter map reduce, it seems like it can be improved in a 
> few areas:
> * it does not currently support setting scan batching.  This is important 
> when we're fetching all versions for columns.  Actually, it would be nice to 
> support all of the scan configuration currently provided in TableInputFormat.
> * generating job counters containing row keys and column qualifiers is 
> guaranteed to blow up on anything but the smallest table.  This is not usable 
> and doesn't make any sense when the same counts are in the job output.  The 
> row and qualifier specific counters should be dropped.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to