[
https://issues.apache.org/jira/browse/HBASE-21636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16764229#comment-16764229
]
stack commented on HBASE-21636:
-------------------------------
Patch LGTM. Why remove this bit below?
611 if limit > 0 && count >= limit
612 # If we reached the limit, exit before the next call to
hasNext
613 break
614 end
Thanks.
> Enhance the shell scan command to support missing scanner specifications like
> ReadType, IsolationLevel etc.
> -----------------------------------------------------------------------------------------------------------
>
> Key: HBASE-21636
> URL: https://issues.apache.org/jira/browse/HBASE-21636
> Project: HBase
> Issue Type: Improvement
> Components: shell
> Affects Versions: 3.0.0, 2.0.0, 2.1.2
> Reporter: Nihal Jain
> Assignee: Nihal Jain
> Priority: Major
> Attachments: HBASE-21636.master.001.patch,
> HBASE-21636.master.002.patch
>
>
> Enhance the shell scan command to support scanner specifications:
> - ReadType
> - IsolationLevel
> - Region replica id
> - Allow partial results
> - Batch
> - Max result size
> Also, make use of \{{limit}} and set it in the scan object to limit the
> number of rows returned by the scanner.
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)