[
https://issues.apache.org/jira/browse/HBASE-15806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15298066#comment-15298066
]
Hudson commented on HBASE-15806:
--------------------------------
SUCCESS: Integrated in HBase-Trunk_matrix #945 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/945/])
HBASE-15806 revert due to discussion on security (tedyu: rev
39dc19236ecc5d7970cc2f43bbad6725826d778f)
*
hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/ExportProtos.java
* hbase-protocol/pom.xml
*
hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestImportExport.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/Export.java
*
hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/ExportEndpoint.java
* hbase-protocol/src/main/protobuf/Export.proto
> An endpoint-based export tool
> -----------------------------
>
> Key: HBASE-15806
> URL: https://issues.apache.org/jira/browse/HBASE-15806
> Project: HBase
> Issue Type: New Feature
> Affects Versions: 2.0.0
> Reporter: ChiaPing Tsai
> Assignee: ChiaPing Tsai
> Priority: Minor
> Fix For: 2.0.0
>
> Attachments: Experiment.png, HBASE-15806.patch
>
>
> The time for exporting table can be reduced, if we use the endpoint technique
> to export the hdfs files by the region server rather than by hbase client.
> In my experiments, the elapsed time of endpoint-based export can be less than
> half of current export tool (enable the hdfs compression)
> But the shortcomings is we need to alter table for deploying the endpoint
> any comments about this? thanks
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)