Re: Time Series Report generation in hbase

2014-08-22 Thread Nishanth S
Thanks Ted.I will definetly take a look at these. -Nishanth On Fri, Aug 22, 2014 at 10:11 AM, Ted Yu wrote: > You can utilize the following method in Scan : > > public Scan setTimeRange(long minStamp, long maxStamp) > > since you're doing periodic scanning. > > Also take a look at HBASE-5416

Re: Time Series Report generation in hbase

2014-08-22 Thread Ted Yu
You can utilize the following method in Scan : public Scan setTimeRange(long minStamp, long maxStamp) since you're doing periodic scanning. Also take a look at HBASE-5416 which introduced essential column family. Cheers On Fri, Aug 22, 2014 at 8:41 AM, Nishanth S wrote: > Hi everyone, >

Time Series Report generation in hbase

2014-08-22 Thread Nishanth S
Hi everyone, We have an hbase implementation where we have a single table which stores different types of log messages.We have a requirement to notify (send email to mailing list) when we receive a particular type of message.I will be able to able to identify this type of message by looking a