On Wed, Sep 2, 2009 at 4:11 PM, Keith Thomas <[email protected]> wrote:
> > I am working on HBase 0.20 RC1 using this excellent example as my template, > > > http://people.apache.org/~stack/hbase-0.20.0-candidate-1/docs/api/org/apache/hadoop/hbase/client/package-summary.html#package_description<http://people.apache.org/%7Estack/hbase-0.20.0-candidate-1/docs/api/org/apache/hadoop/hbase/client/package-summary.html#package_description> > > I think I want to take advantage of incrementColumnValue() but I am unable > to working out how to use this HTable method in conjunction with the use of > Put as described in the article linked above. > Don't you just want to use this method: http://su.pr/1y17au and not Put at all? FYI, https://issues.apache.org/jira/browse/HBASE-1740. Will be fixed in 0.20.1 (0.20.0RC3 is imminent). St.Ack
