You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "jaehong choi (JIRA)" <ji...@apache.org> on 2009/06/22 17:58:07 UTC

[jira] Updated: (HBASE-1548) give a time range in MapReduce

     [ https://issues.apache.org/jira/browse/HBASE-1548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

jaehong choi updated HBASE-1548:
--------------------------------

    Attachment: HBase-1548.patch

I attached a patch.
1. add another org.apache.hadoop.hbase.mapreduce.initTableMapJob() to get timestamps.
2. change org.apache.hadoop.hbase.mapreduce.TableInputFormat.java and org.apache.hadoop.hbase.mapreduce.TableInputFormatBase.java to support time range scan.
3. unit test for this is in org.apache.hadoop.hbase.mapreduce.TestTimeRangeMapRed.java



> 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.