Re: Different time ranges for different cfs when using TableInputFormat

2015-03-04 Thread Nick Dimiduk
Have a look at the versions of TableMapReduceUtil#initTableMapperJob that take a ListScan instances. Does that provide what you're looking for? -n On Wed, Mar 4, 2015 at 6:05 AM, Dave Latham lat...@davelink.net wrote: That's not possible with HBase today. The simplest thing may be to set

Re: Different time ranges for different cfs when using TableInputFormat

2015-03-04 Thread Dave Latham
That's not possible with HBase today. The simplest thing may be to set your Scan time range to include both today's and yesterday's data and then filter down to only the data you want inside your map task. Other possibilities would be creating a custom filter to do the filtering on the server

Different time ranges for different cfs when using TableInputFormat

2015-03-03 Thread Felipe Sodré Silva
When using TableInputFormat to make HBase data available to map/reduce jobs we can use the settings SCAN_TIMERANGE_START and SCAN_TIMERANGE_END to specify a time range during scan. Is it possible to somehow have different time ranges for different column families? This is my problem: I have table