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 D21E0B740 for ; Mon, 16 Jan 2012 14:37:03 +0000 (UTC) Received: (qmail 31959 invoked by uid 500); 16 Jan 2012 14:37:03 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 31919 invoked by uid 500); 16 Jan 2012 14:37:02 -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 31907 invoked by uid 99); 16 Jan 2012 14:37:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jan 2012 14:37:02 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_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, 16 Jan 2012 14:37: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 C0BF814F183 for ; Mon, 16 Jan 2012 14:36:39 +0000 (UTC) Date: Mon, 16 Jan 2012 14:36:39 +0000 (UTC) From: "Zhihong Yu (Commented) (JIRA)" To: issues@hbase.apache.org Message-ID: <1466156733.44821.1326724599790.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <22804462.44622.1326719440110.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-5208) Allow setting Scan start/stop row individually in TableInputFormat 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-5208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13186945#comment-13186945 ] Zhihong Yu commented on HBASE-5208: ----------------------------------- @Nicolas: You should use --no-prefix to generate your patch so that Hadoop Qa can run it. This is a useful feature. Can you add a unit test for it ? Thanks > Allow setting Scan start/stop row individually in TableInputFormat > ------------------------------------------------------------------ > > Key: HBASE-5208 > URL: https://issues.apache.org/jira/browse/HBASE-5208 > Project: HBase > Issue Type: Improvement > Components: mapreduce > Reporter: Nicholas Telford > Priority: Minor > Attachments: HBASE-5208-001.txt, HBASE-5208-002.txt > > > Currently, TableInputFormat initializes a serialized Scan from "hbase.mapreduce.scan". Alternatively, it will instantiate a new Scan using properties defined in "hbase.mapreduce.scan.*". However, of these properties the "start row" and "stop row" (arguably the most pertinent) are missing. > TableInputFormat should permit the specification of a start/stop row as with the other fields using a new pair of properties: "hbase.mapreduce.scan.row.start" and "hbase.mapreduce.scan.row.end" > The primary use-case for this is to permit Oozie and other job management tools that can't call TableMapReduceUtil.initTableMapperJob() to operate on a contiguous subset of rows. -- 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