Which hbase version are you using ? Is it possible to reproduce the issue with small sample data ? Thanks -------- Original message --------From: Lalit Jadhav <[email protected]> Date: 8/29/17 1:34 AM (GMT-08:00) To: [email protected] Subject: Re: Difference in hbase shell and java API 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.
