Skip to content

Commit

Permalink
HBASE-20873 Update doc for Endpoint-based Export
Browse files Browse the repository at this point in the history
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
  • Loading branch information
jojochuang authored and chia7712 committed Jul 25, 2018
1 parent 3a3855a commit e44f506
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/asciidoc/_chapters/ops_mgt.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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*
|===
Expand Down

0 comments on commit e44f506

Please sign in to comment.