[
https://issues.apache.org/jira/browse/HBASE-13196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14356299#comment-14356299
]
Sean Busbey commented on HBASE-13196:
-------------------------------------
{code}
$ bin/hbase org.apache.hadoop.hbase.mapreduce.Export <tablename> <outputdir>
[<versions> [<starttime> [<endtime>]]]
----
+By default, the `Export` tool only exports the newest version of a given cell,
regardless of the number of versions stored. To export more than one version,
replace *_<version>_* with the desired number of versions.
{code}
the command help says "<versions>" and the text says "<version>"
otherwise +1 lgtm, fine to fix on commit.
> Add info about default number of versions when using the export tool
> --------------------------------------------------------------------
>
> Key: HBASE-13196
> URL: https://issues.apache.org/jira/browse/HBASE-13196
> Project: HBase
> Issue Type: Bug
> Components: documentation
> Reporter: Misty Stanley-Jones
> Assignee: Misty Stanley-Jones
> Attachments: HBASE-13196.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)