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

terry zhang commented on HBASE-6453:
------------------------------------

{code}
hbase(main):001:0> set_timefilter

ERROR: wrong number of arguments (0 for 2)

Here is some help for this command:
Set a peer cluster time filter to replicate to, the row which time stamp is 
before
the timestamp will be filtered.

Examples:

  hbase> set_timefilter '1', "1329896850047"
  hbase> set_timefilter '2', "1329896850047"


hbase(main):002:0> set_timefilter '1',"1329896850047"
0 row(s) in 0.3000 seconds
{code} 

set time stamp to 1329896850047. Them all the kvs which is early than 
1329896850047 will be filterd
                
> Hbase Replication point in time feature
> ---------------------------------------
>
>                 Key: HBASE-6453
>                 URL: https://issues.apache.org/jira/browse/HBASE-6453
>             Project: HBase
>          Issue Type: New Feature
>          Components: replication
>    Affects Versions: 0.94.0
>            Reporter: terry zhang
>            Assignee: terry zhang
>         Attachments: hbase-6453-v1.patch
>
>
> Now we can not control when hbase replication  start to work. this patch 
> support we set a time stamp filter . All the row which is below this time 
> stamp will not be replicated. We also can delete and show this time stamp in 
> hbase shell if we want to change it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to