Repository: hbase
Updated Branches:
  refs/heads/branch-2.1 1dbfe92db -> 78948d987


HBASE-20873 Update doc for Endpoint-based Export

Signed-off-by: Chia-Ping Tsai <chia7...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/78948d98
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/78948d98
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/78948d98

Branch: refs/heads/branch-2.1
Commit: 78948d987b2c32d6e0fdbb7048f975566b7c92ab
Parents: 1dbfe92
Author: Wei-Chiu Chuang <weic...@cloudera.com>
Authored: Fri Jul 13 19:01:22 2018 -0700
Committer: Chia-Ping Tsai <chia7...@gmail.com>
Committed: Wed Jul 25 10:44:58 2018 +0800

----------------------------------------------------------------------
 src/main/asciidoc/_chapters/ops_mgt.adoc | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/78948d98/src/main/asciidoc/_chapters/ops_mgt.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/_chapters/ops_mgt.adoc 
b/src/main/asciidoc/_chapters/ops_mgt.adoc
index 1a3d58f..8a20a3c 100644
--- a/src/main/asciidoc/_chapters/ops_mgt.adoc
+++ b/src/main/asciidoc/_chapters/ops_mgt.adoc
@@ -503,9 +503,12 @@ $ bin/hbase org.apache.hadoop.hbase.mapreduce.Export 
<tablename> <outputdir> [<v
 ----
 
 *endpoint-based Export*
+
+NOTE: Make sure the Export coprocessor is enabled by adding 
`org.apache.hadoop.hbase.coprocessor.Export` to 
`hbase.coprocessor.region.classes`.
 ----
 $ bin/hbase org.apache.hadoop.hbase.coprocessor.Export <tablename> <outputdir> 
[<versions> [<starttime> [<endtime>]]]
 ----
+The outputdir is a HDFS directory that does not exist prior to the export. 
When done, the exported files will be owned by the user invoking the export 
command.
 
 *The Comparison of Endpoint-based Export And Mapreduce-based Export*
 |===

Reply via email to