[ 
https://issues.apache.org/jira/browse/HBASE-936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12643297#action_12643297
 ] 

stack commented on HBASE-936:
-----------------------------

Sishen: It looks like you are just removing the next() and hasNext() from the 
REST Scanner rather than first deprecating it?  As is, if folks have written 
code that expects next(), they'll get a surprise.   Do they have to be removed? 
 If so, would suggest you instead deprecate them and then remove them in a 
later release -- 0.20.0. 

> 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.19.0
>
>         Attachments: 936.trunk.rest_scanner.patch, 
> 936.trunk.rest_scanner_v2.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.

Reply via email to