Hi Andrew, I sent the Increment via Java API and then query by REST API via the browser. When I use get_counter command in HBase shell, it returns the correct value to me, 1005 But using REST API thru the browser, it returns AAAAAAAAA+0= and when I use base64 decoding, it returns unrecognized character.
Thank you, Wei Shung On Fri, Sep 28, 2012 at 1:18 AM, Andrew Purtell <[email protected]> wrote: > Hi Weishung, > > Do you increment with the REST API and the result you get back is > incorrect? > > Or: Do you send an Increment with the Java API? And then flush? And > then query by the REST API, and the result you get back is incorrect? > > Can you reply with more detail for reproduction of the problem? > > On Fri, Sep 28, 2012 at 2:16 PM, Weishung Chung <[email protected]> > wrote: > > Hi users, > > > > I use hbase increment and somehow when I get the value back via hbase > rest > > api via javascript, the base64 decoded value of the increment count value > > is undefined. I hope someone could give me some clues :) > > > > Thank you, > > Wei Shung > > > > -- > Best regards, > > - Andy > > Problems worthy of attack prove their worth by hitting back. - Piet > Hein (via Tom White) >
