|
|
+
deanforwever2010 2012-07-05, 09:49
+
Jean-Marc Spaggiari 2012-07-05, 10:26
-
Re: How to increase multiple rows in batch?Lars George 2012-07-05, 11:37
See https://issues.apache.org/jira/browse/HBASE-2947 for details.
On Jul 5, 2012, at 12:26 PM, Jean-Marc Spaggiari wrote: > From Lars' book: > > "The batch() calls currently do not support the Increment instance, > though this should change in near future". > > Which version are you using, it's possible that it's still not there > enven in recent versions. > > JM > > 2012/7/5, deanforwever2010 <[EMAIL PROTECTED]>: >> my problem is to store large count updates. >> >> Increment increment = new Increment(row); >> increment.addColumn(fam, qual, val); >> >> can only add column >> >> what i want is >> increment.addrow() >> increment.addrow() >> increment.addrow() >> >> and flush all. >> >> >> Anyone can help me? >> +
deanforwever2010 2012-07-06, 01:40
|