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 <deanforwever2...@gmail.com>:
>> 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?
>> 

Reply via email to