[
https://issues.apache.org/jira/browse/HBASE-936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
sishen updated HBASE-936:
-------------------------
Status: Patch Available (was: Open)
The default numbers of rows is 1. So it will not affect the current apis. User
can add limit parma to the search string, such as
/[tables]/scanner/[scanner_id]?limit=10.
The result will be <rows><row>..</row><row>..</row>..</rows> if limit > 1, else
<row>..</row>
> REST Interface: enable to get numbers of rows from scanner interface
> ----------------------------------------------------------------------
>
> Key: HBASE-936
> URL: https://issues.apache.org/jira/browse/HBASE-936
> Project: Hadoop HBase
> Issue Type: Improvement
> Components: rest
> Affects Versions: 0.18.0
> Reporter: sishen
> Fix For: 0.18.0
>
> Attachments: 936.trunk.rest_scanner.patch
>
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> The scanner request will return one row for each request defaultly. But due
> to reduce the network bandwidth also the usability of the api, it should
> allow return multiple rows at once.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.