[
https://issues.apache.org/jira/browse/HBASE-13639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14584424#comment-14584424
]
Hudson commented on HBASE-13639:
--------------------------------
SUCCESS: Integrated in HBase-1.2 #149 (See
[https://builds.apache.org/job/HBase-1.2/149/])
HBASE-13639 SyncTable - rsync for HBase tables (apurtell: rev
ae121ee7e9825a138e1fff4b07164e20cdd5b27c)
* hbase-common/src/main/java/org/apache/hadoop/hbase/CellUtil.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/SyncTable.java
* hbase-common/src/main/java/org/apache/hadoop/hbase/util/Bytes.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/HashTable.java
* hbase-common/src/main/java/org/apache/hadoop/hbase/CellComparator.java
*
hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestHashTable.java
* hbase-common/src/test/java/org/apache/hadoop/hbase/util/TestBytes.java
*
hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestSyncTable.java
> SyncTable - rsync for HBase tables
> ----------------------------------
>
> Key: HBASE-13639
> URL: https://issues.apache.org/jira/browse/HBASE-13639
> Project: HBase
> Issue Type: New Feature
> Reporter: Dave Latham
> Assignee: Dave Latham
> Fix For: 2.0.0, 0.98.14, 1.2.0
>
> Attachments: HBASE-13639-0.98.patch, HBASE-13639-v1.patch,
> HBASE-13639-v2.patch, HBASE-13639-v3-0.98.patch, HBASE-13639-v3.patch,
> HBASE-13639.patch
>
>
> Given HBase tables in remote clusters with similar but not identical data,
> efficiently update a target table such that the data in question is identical
> to a source table. Efficiency in this context means using far less network
> traffic than would be required to ship all the data from one cluster to the
> other. Takes inspiration from rsync.
> Design doc:
> https://docs.google.com/document/d/1-2c9kJEWNrXf5V4q_wBcoIXfdchN7Pxvxv1IO6PW0-U/
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)