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

Hudson commented on HBASE-13057:
--------------------------------

FAILURE: Integrated in HBase-TRUNK #6154 (See 
[https://builds.apache.org/job/HBase-TRUNK/6154/])
HBASE-13057 Provide client utility to easily enable and disable table 
replication (Ashish Singhi) (tedyu: rev 
9a311303a88d355f8c982d2f3cc77bd6427dfb80)
* hbase-shell/src/main/ruby/shell/commands/enable_table_replication.rb
* hbase-shell/src/main/ruby/shell.rb
* hbase-shell/src/main/ruby/hbase/replication_admin.rb
* 
hbase-client/src/main/java/org/apache/hadoop/hbase/client/replication/ReplicationAdmin.java
* hbase-shell/src/main/ruby/shell/commands/disable_table_replication.rb
* 
hbase-server/src/test/java/org/apache/hadoop/hbase/client/replication/TestReplicationAdminWithClusters.java


> Provide client utility to easily enable and disable table replication
> ---------------------------------------------------------------------
>
>                 Key: HBASE-13057
>                 URL: https://issues.apache.org/jira/browse/HBASE-13057
>             Project: HBase
>          Issue Type: New Feature
>          Components: Replication
>    Affects Versions: 0.98.10
>            Reporter: Ashish Singhi
>            Assignee: Ashish Singhi
>             Fix For: 2.0.0, 1.1.0
>
>         Attachments: HBASE-13057-v1.patch, HBASE-13057-v2.patch, 
> HBASE-13057.patch
>
>
> Currently to enable replication for a table user has to 
> 1) Disable the table
> 2) Set the replication scope
> 3) enable the table
> and also create a table with same name and CFs in peer cluster(s).
> To help user we can provide client API's to enable and disable table 
> replication.
> So that user has to call only one API i.e., enable table replication which 
> will,
> 1. Create a table with same name and CFs in the peer cluster(s)
> 2. Disable the table
> 3. Set the replication scope
> 4. Enable the table
> If user wants to disable table replication then he/she only has to call 
> disable table replication API which will,
> 1. Disable the table
> 2. Set the replication scope
> 3. Enable the table.



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

Reply via email to