[ https://issues.apache.org/jira/browse/HIVE-15668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sushanth Sowmyan updated HIVE-15668: ------------------------------------ Labels: (was: TODOC2.2) > 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)