what are you using to decode / inspect the JSONObject in each case? or are you just looking at the bytes for the string representation?
On Tue, Aug 29, 2017 at 3:34 AM, Lalit Jadhav <[email protected]> wrote: > Thank you for responding, > > No that what I meant, I am storing a JSONObject in Value. The row I scan in > Shell shows different JSONOject than one I got in Scan of Java API. > > > On Tue, Aug 29, 2017 at 9:38 AM, Ted Yu <[email protected]> wrote: > >> Typo: If the value-filter on scan was not applied in shell command >> >> On Mon, Aug 28, 2017 at 9:01 PM, Ted Yu <[email protected]> wrote: >> >> > If the value-filter on scan was applied in shell command, that explains >> > the difference. >> > >> > Cheers >> > >> > On Mon, Aug 28, 2017 at 8:33 PM, Lalit Jadhav < >> [email protected]> >> > wrote: >> > >> >> When I query on *hbase shell *and try to scan similar records using >> *Java >> >> API* I get different results. >> >> >> >> But again when I restart HBase then both the results matches. Can any >> body >> >> explain why do I get different result for same rowkey. >> >> >> >> *Note* : I have applied some Value-filter on scan in Java API. If I >> remove >> >> this filter then also both the results matches. >> >> >> >> -- >> >> Regards, >> >> Lalit Jadhav >> >> Network Component Private Limited. >> >> >> > >> > >> > > > > -- > Regards, > Lalit Jadhav > Network Component Private Limited.
