You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ch...@apache.org on 2018/07/25 02:45:49 UTC

hbase git commit: HBASE-20873 Update doc for Endpoint-based Export

Repository: hbase
Updated Branches:
  refs/heads/branch-2.0 5add96868 -> 3c49d558f


HBASE-20873 Update doc for Endpoint-based Export

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


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

Branch: refs/heads/branch-2.0
Commit: 3c49d558f46661171cd9b431954b6da304e28e61
Parents: 5add968
Author: Wei-Chiu Chuang <we...@cloudera.com>
Authored: Fri Jul 13 19:01:22 2018 -0700
Committer: Chia-Ping Tsai <ch...@gmail.com>
Committed: Wed Jul 25 10:45:16 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/3c49d558/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 03eccb9..1eeaaa1 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*
 |===