[ https://issues.apache.org/jira/browse/HIVE-15668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15884694#comment-15884694 ]
Lefty Leverenz commented on HIVE-15668: --------------------------------------- Doc note: This needs to be documented in the wiki. * [HiveReplicationv2Development -- REPL DUMP | https://cwiki.apache.org/confluence/display/Hive/HiveReplicationv2Development#HiveReplicationv2Development-REPLDUMP] Added a TODOC2.2 label. > 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 > Labels: TODOC2.2 > 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)