Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8C8AE7600 for ; Mon, 5 Dec 2011 08:44:05 +0000 (UTC) Received: (qmail 68737 invoked by uid 500); 5 Dec 2011 08:44:05 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 68711 invoked by uid 500); 5 Dec 2011 08:44:04 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 68703 invoked by uid 99); 5 Dec 2011 08:44:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Dec 2011 08:44:03 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Dec 2011 08:44:00 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 08874C6B69 for ; Mon, 5 Dec 2011 08:43:40 +0000 (UTC) Date: Mon, 5 Dec 2011 08:43:40 +0000 (UTC) From: "dhruba borthakur (Commented) (JIRA)" To: issues@hbase.apache.org Message-ID: <129775275.40540.1323074620036.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1107955820.35782.1322857541217.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-4938) Create a HRegion.getScanner public method that allows reading from a specified readPoint MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-4938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13162676#comment-13162676 ] dhruba borthakur commented on HBASE-4938: ----------------------------------------- Todd>> Instead, could this be an attribute of the scan, so we don't have to duplicate the number of method entry points? I agree, that sounds like an elegant approach. Does anybody else in the community disagree with Todd's suggestion? > 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 > > 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