There is a method on the table to increment values: someHBaseTable.incrementColumnValue() Look it up in the javadocs.
On Sun, May 9, 2010 at 10:03 AM, Lior Schachter <li...@infolinks.com> wrote: > Hi, > > Suppose I want to keep aggregated data (e.g. counters) per day for a year > or > so (this way I can query hbase on a specific date range). > > Is the proper way to do this is to use the in-built versions mechanism of a > column i.e. open a new version every day and then when query - sum the > right > versions values ? > > > > Is there an alternative solution, > > > > Thanks, > > > > Lior > >