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

Hudson commented on HBASE-15076:
--------------------------------

FAILURE: Integrated in HBase-Trunk_matrix #619 (See 
[https://builds.apache.org/job/HBase-Trunk_matrix/619/])
HBASE-15076 Add getScanner(Scan scan, List<KeyValueScanner> (stack: rev 
5bde960b9525f97d26f8917041d550eeb0e2b781)
* hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/Region.java


> Add getScanner(Scan scan, List<KeyValueScanner> additionalScanners) API into 
> Region interface
> ---------------------------------------------------------------------------------------------
>
>                 Key: HBASE-15076
>                 URL: https://issues.apache.org/jira/browse/HBASE-15076
>             Project: HBase
>          Issue Type: Improvement
>          Components: regionserver
>            Reporter: liu ming
>            Assignee: Anoop Sam John
>            Priority: Critical
>             Fix For: 2.0.0, 1.2.0, 1.3.0
>
>         Attachments: HBASE-15076.patch
>
>
> HRegion method getScanner(Scan scan, List<KeyValueScanner> 
> additionalScanners, boolean copyCellsFromSharedMem) is protected.
> In Apache Trafodion, we need to invoke this getScanner method from a 
> coprocessor. Since it is protected, Trafodion must overload the HRegion class 
> and overload this method into a public method.
> It will be good to make this method public.
> It is very useful when one needs to combine several scan result in a single 
> scanner.
> thanks,
> Ming



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to