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

Ted Yu commented on HBASE-9800:
-------------------------------

Year is not needed in license header.
{code}
+  public static class LocalFileSink implements Sink{
{code}
Where is LocalFileSink used ?
{code}
+          Put put = new Put(Bytes.toBytes(tableName+"_"+date));
{code}
Why is date needed in row key ?

Can you attach patch for trunk ?

> Impl CoprocessorRowcounter to run in command-line
> -------------------------------------------------
>
>                 Key: HBASE-9800
>                 URL: https://issues.apache.org/jira/browse/HBASE-9800
>             Project: HBase
>          Issue Type: New Feature
>          Components: Coprocessors
>    Affects Versions: 0.94.3
>            Reporter: chendihao
>            Assignee: chendihao
>            Priority: Minor
>         Attachments: HBASE-9800-0.94-v1.patch
>
>
> We want to count the rows of table daily but the default rowcounter using 
> mapreduce is inefficient. Impl rowcounter using coprocessor makes it better. 
> Furthermore, It must provide the mechanism to choose the way to output result.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to