In that case the CP hook might need to make an RPC call.. Might be to another RS? In this case why cant you think of doing both the table updation from the client side? Sorry I am not fully sure abt your use case
-Anoop- On Wed, Dec 5, 2012 at 11:00 PM, Amit Sela <[email protected]> wrote: > And if they are not in the same table ? > On Dec 5, 2012 7:06 PM, "Ted Yu" <[email protected]> wrote: > > > Are rows with domain as key stored in the same table ? > > > > Normally this is not desirable since the domain count would go to > > (potentially) another region server. > > > > Cheers > > > > On Wed, Dec 5, 2012 at 4:35 AM, Amit Sela <[email protected]> wrote: > > > > > Hi all, > > > > > > I have to count the occurrence of URLs in our system using the URL as > row > > > key and using Increment. > > > I also want to count domains, so I was thinking of using RegionObserver > > > coprocessor on postIncrement() and Increment using the domain as key. > > > > > > Will that work ? Is there a problem if the url key starts with 'www.' > and > > > the domain starts with 'aaaa' ? > > > > > > Thanks, > > > > > > Amit. > > > > > >
