[
https://issues.apache.org/jira/browse/HIVE-15668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15886995#comment-15886995
]
Sushanth Sowmyan commented on HIVE-15668:
-----------------------------------------
Thanks for the catch, [~leftylev]. I've fixed the doc.
> change REPL DUMP syntax to use "LIMIT" instead of "BATCH" keyword
> -----------------------------------------------------------------
>
> Key: HIVE-15668
> URL: https://issues.apache.org/jira/browse/HIVE-15668
> Project: Hive
> Issue Type: Sub-task
> Components: repl
> Reporter: Sushanth Sowmyan
> Assignee: Sushanth Sowmyan
> Fix For: 2.2.0
>
> Attachments: HIVE-15668.2.patch, HIVE-15668.patch
>
>
> Currently, REPL DUMP syntax goes:
> {noformat}
> REPL DUMP [<dbname>[.<tblname>]] [FROM <eventid> [BATCH <batchSize>]]
> {noformat}
> The BATCH directive says that when doing an event dump, to not dump out more
> than _batchSize_ number of events. However, there is a clearer keyword for
> the same effect, and that is LIMIT. Thus, rephrasing the syntax as follows
> makes it clearer:
> {noformat}
> REPL DUMP [<dbname>[.<tblname>]] [FROM <eventid> [LIMIT <maxEventLimit>]]
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)