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

Hudson commented on HBASE-4938:
-------------------------------

Integrated in HBase-TRUNK-security #45 (See 
[https://builds.apache.org/job/HBase-TRUNK-security/45/])
    HBASE-4938 Create a HRegion.getScanner public method that allows reading 
from a specified readPoint (Dhruba)

tedyu : 
Files : 
* /hbase/trunk/src/main/java/org/apache/hadoop/hbase/client/IsolationLevel.java
* /hbase/trunk/src/main/java/org/apache/hadoop/hbase/client/Scan.java
* /hbase/trunk/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java

                
> Create a HRegion.getScanner public method that allows reading from a 
> specified readPoint
> ----------------------------------------------------------------------------------------
>
>                 Key: HBASE-4938
>                 URL: https://issues.apache.org/jira/browse/HBASE-4938
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: dhruba borthakur
>            Assignee: dhruba borthakur
>            Priority: Minor
>             Fix For: 0.94.0
>
>         Attachments: scannerMVCC1.txt, scannerMVCC1.txt, scannerMVCC1.txt
>
>
> There is an existing api HRegion.getScanner(Scan) that allows scanning a 
> table. My proposal is to extend it to HRegion.getScanner(Scan, long readPoint)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to