Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 67505 invoked from network); 23 Jun 2009 05:53:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Jun 2009 05:53:21 -0000 Received: (qmail 854 invoked by uid 500); 23 Jun 2009 05:53:31 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 770 invoked by uid 500); 23 Jun 2009 05:53:31 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 758 invoked by uid 99); 23 Jun 2009 05:53:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Jun 2009 05:53:31 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Jun 2009 05:53:28 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5CB25234C004 for ; Mon, 22 Jun 2009 22:53:07 -0700 (PDT) Message-ID: <918642896.1245736387364.JavaMail.jira@brutus> Date: Mon, 22 Jun 2009 22:53:07 -0700 (PDT) From: "stack (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Commented: (HBASE-1548) give a time range in MapReduce In-Reply-To: <2012102314.1245405308024.JavaMail.jira@brutus> 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-1548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12722975#action_12722975 ] stack commented on HBASE-1548: ------------------------------ OK. If you have a working copy, lets then merge what you have done here into hbase-1385. In hbase-1385, we'll do thinks like make versions configurable. Thanks Jaehong Choi. > give a time range in MapReduce > ------------------------------ > > Key: HBASE-1548 > URL: https://issues.apache.org/jira/browse/HBASE-1548 > Project: Hadoop HBase > Issue Type: Improvement > Components: mapred > Reporter: jaehong choi > Attachments: HBase-1548.patch > > > I've seen a lot of changes in client APIs by HBASE-1304 patch. > We can give a time range when we scan a table with assign TimeRange instance to Scan class. > I also see some code in org.apache.hadoop.hbase.mapreduce.TableInputForamtBase.java, which uses a scan instance to get a Scanner instance. > I think we can also give a time range to query when we do mapreduce on hbase. > I've already apply this one to my local copy for my purpose, which is about time series analysis. > Thanks. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.