HBASE-20873 Update doc for Endpoint-based Export

Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
Wei-Chiu Chuang 2018-07-13 19:01:22 -07:00 committed by Chia-Ping Tsai
parent 3a3855aade
commit e44f506694
1 changed files with 3 additions and 0 deletions

View File

@ -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*
|===