Re: Hbase Coprocessor postPut not triggered for

2016-10-20 Thread Ted Yu
> > -Original Message- > From: Ted Yu [mailto:yuzhih...@gmail.com] > Sent: Monday, October 17, 2016 9:55 AM > To: user@hbase.apache.org > Subject: Re: Hbase Coprocessor postPut not triggered for > > Your scenario should be covered by unit tests already. > Ta

RE: Hbase Coprocessor postPut not triggered for

2016-10-20 Thread Begar, Veena
We found the issue in our code itself. These tests work fine too. Thanks, Veena. -Original Message- From: Ted Yu [mailto:yuzhih...@gmail.com] Sent: Monday, October 17, 2016 9:55 AM To: user@hbase.apache.org Subject: Re: Hbase Coprocessor postPut not triggered for Your scenario should

Re: Hbase Coprocessor postPut not triggered for

2016-10-17 Thread Ted Yu
il.com] > Sent: Monday, October 17, 2016 2:06 AM > To: user@hbase.apache.org > Subject: Re: Hbase Coprocessor postPut not triggered for > > Ya what API used for this update op u mention? > > -Anoop- > > On Mon, Oct 17, 2016 at 9:25 AM, Ted Yu <yuzhih...@gmai

RE: Hbase Coprocessor postPut not triggered for

2016-10-17 Thread Begar, Veena
iginal Message- From: Anoop John [mailto:anoop.hb...@gmail.com] Sent: Monday, October 17, 2016 2:06 AM To: user@hbase.apache.org Subject: Re: Hbase Coprocessor postPut not triggered for Ya what API used for this update op u mention? -Anoop- On Mon, Oct 17, 2016 at 9:25 AM, Ted Yu &

Re: Hbase Coprocessor postPut not triggered for

2016-10-17 Thread Anoop John
Ya what API used for this update op u mention? -Anoop- On Mon, Oct 17, 2016 at 9:25 AM, Ted Yu wrote: > Which release of hbase are you using ? > > How did you determine that coprocessor's postPut method is not triggered > for the update ? By additional logging ? > > Can you

Re: Hbase Coprocessor postPut not triggered for

2016-10-16 Thread Ted Yu
Which release of hbase are you using ? How did you determine that coprocessor's postPut method is not triggered for the update ? By additional logging ? Can you give code snippet around the update ? Thanks On Sun, Oct 16, 2016 at 8:48 PM, Begar, Veena wrote: > Hello, > >